Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a good J2ME IDE? [closed]

Tags:

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?

like image 846
William Avatar asked Mar 14 '09 18:03

William


2 Answers

Netbeans is quite good, albeit not very lightweight.
This tutorial offers a good illustration.

alt text

like image 114
VonC Avatar answered Sep 28 '22 10:09

VonC


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.

like image 22
Kevin ORourke Avatar answered Sep 28 '22 10:09

Kevin ORourke