"JDeats" <> wrote in message
news: om...
> I'm searching for a Visual IDE for J2ME that provides. "intellisense"
> like behavior (e.g. you type in a class name and it gives you a drop
> down list of methods and properties) that allows provides a Visual
> editor that allows for drag and drop controls on a form, double click
> to trigger events, etc...
Personnaly I use Eclipse. It provides all an IDE can do. Now you might
wonder about packagine the MIDlets. There is Ant and the antenna project
that does the job.
http://antenna.sourceforge.net/
It works with MIDP 1 and 2, CLCD 1.0 and 1.1
It does package verification, obfuscation (provided you have the retroguard
or proguard in your system)
It generates the .jad, .jar and starts the emulator (even the Palm emulator
if you work on J2ME 1.04)
Of course you need J2ME installed.
JScoobyCed
-------------