tags:

views:

2209

answers:

6

Is there a good J2ME IDE? I mean something lightweight, and portable. Something that can run what you program on it. My favorite Java IDE is JCreator Lite. Is there something like that for J2ME? Also, which would you say is the best J2ME IDE?

+17  A: 

Netbeans is quite good, albeit not very lightweight.

alt text

VonC
I'm married to Eclipse and would hate to have to switch to Netbeans but it is a fact that any new work Sun releases for J2ME first appears on Netbeans and there's a delay before it gets adapted to Eclipse. In practice this has never been a problem for me but it may be more of a consideration depending on what you do/where you work.
Netbeans, though it is bit heavier and will be sluggish once you start using the inbuilt pre-processing modules, is far better compared to Eclipse MTJ in managing different configuration and screen resolutions in a single source.
Azlam
+4  A: 

You are having two options. Netbeans and Eclipse ,But i don't think both are lightweight ,they are heavyweight champions actually. Considering J2ME netbeans is very good platform to start with. Its having easy to set up configurations for J2ME and nowadays everything is bundled to netbeans package.


Then you have Eclipse which is equally good and widely used .Eclipse is having new MTJ(Mobile Tools for Java) package for J2ME which has made many tasks easier than before. Its emerging as a ideal IDE for many languages and frameworks. As an IDE you have more benefits for Eclipse compared to Netbeans .

Anyway you have to try both select the one which you find comfortable .

Jinesh
+4  A: 

The Eclipse plugin EclipseME (now Mobile Tools for Java) is very good and integrates well with SDKs from device manufacturers. I've used it for development on Sony Ericsson devices and it lets you do things like on-device debugging from within the IDE.

Kevin ORourke
A: 

Sun's NetBeans also can support Mac OS X by using Java ME SDK 3.0 Mac OS X version. That's why I love it.

Wonil
A: 

netbeans 6.8 is not good , it does not recognize S60 SDK

me
A: 

why not try http://mobile.processing.org/download/index.php

BSV