On Jan 19, 2008 1:07 PM, Sam Halliday <Sam.Ha...@gmail.com> wrote:
>
> Hi all,
>
> I recently updated my guide to getting started with a cross-platform
> J2ME setup
>
> http://javablog.co.uk/2008/01/17/j2me-development-on-os-x-revisited/
>
Nice to read really interesting article.
> I've now given up with EclipseME and moved on to Ant with Antenna.
> Actually I've also moved to NetBeans. And Bluecove is now stable on OS
> X... thanks Vlad!
>
Integration with IDE's is the thing that we are very aware of, rather
we would like to be. But as always we lack of manpower and a lot of
features are always postponed.
Currently we are preparing to the 2.0.2 release and I'm sure that we
don't include any new feature for it, it's too dangerous at this
point.
Right after that we start planning for new things that we want to
include in new release, believe me there are a lot items to do. I'm
sure that we go back to your request then.
Command to run MicroEmulator in debug mode is the same like to run any
other Java program in debug mode, e.g.:
java -jar microemulator.jar
-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=n
Bartek
BTW Proguard 4.1 has improved preverification code, have you tried it?