Reputation: 608
I want to know the required software which is needed for J2ME programs
I am having the JDK 1.6.0
I do not want to use an IDE at this moment.
Upvotes: 1
Views: 1995
Reputation: 10703
Eclipse 3.7: one of the best Java IDE ;-)
EclipseME 1.7: Eclipse plugin to help develop J2ME code
ProGuard 4.7: class file shrinker and obfuscator.
Upvotes: 1
Reputation: 5792
If you don't want to go with the IDE then you only need mobile sdk from oracle for compiling your midlets avaliable here: http://www.oracle.com/technetwork/java/javame/javamobile/download/overview/index.html
I would strongly encourage you to switch into IDE like Netbeans for J2ME as it would get much easier for you to run/test and deploy your mobile applications
Upvotes: 2
Reputation: 12112
Now you need to install the J2ME Wireless Toolkit,
Have a look at this tutorial : J2ME Tutorial
Upvotes: 7