Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > What is the best J2ME IDE?

Reply
Thread Tools

What is the best J2ME IDE?

 
 
JDeats
Guest
Posts: n/a
 
      07-06-2004
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...

So far I've tried IBM WebSphere for Devices, Sun's Forte (with mobile
extenshions) and the new preivew version of Sun One for Mobile Devices
(heir of Forte apparently). IBM's product is the closest to what I'm
looking for, but it has some major flaws namely: it provides a lot of
propritary classes (from IBM and Eclipse), it doesn't allow Commands
to be added visually, also it organizes the code in a rather strange
way.

I see Borland offers an add-on for JBuilder 6 and I'm curious if that
does what want. So far Forte for Java CE (Community Edtion) 2.0 along
with KToolBar are my tools of choice, what is everyone else using?
What specific features can you think of that best describe why you
prefer the IDE you're using?
 
Reply With Quote
 
 
 
 
JScoobyCed
Guest
Posts: n/a
 
      07-06-2004
"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
-------------


 
Reply With Quote
 
 
 
 
Cid
Guest
Posts: n/a
 
      07-16-2004
On Tue, 6 Jul 2004 16:31:32 +0700, "JScoobyCed" <>
wrote:

>"JDeats" <> wrote in message
>news:. com...
>> 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.
>


I highly recommend Eclipse too - having chosen it over Netbeans and
even Notepad! Seriously, you'll want to read the tutorial/manual right
away because it isn't necessarily intuitive. But once you understand
how to use it, its utility and power are just awesome. It's like
(Watch this...) Emacs except cool.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Will application J2ME MIDP 2.0 based of one device run another J2ME MIDP 2.0 device? nishadixit Java 5 06-01-2005 05:40 AM
J2ME/ktoolbar: Send an sms to an emulated J2ME-App Markus Java 4 02-12-2005 01:20 PM
J2ME Lime error 10061 (Re: Help with J2ME Wireless Toolkit) Boldra Java 0 12-03-2003 11:30 AM
Can i using j2me program to download and run other j2me programs in emulator? robin Java 0 07-20-2003 12:59 AM
J2ME - idea of a scroling game canvas? mchmiel Java 2 07-05-2003 11:29 AM



Advertisments