Java – Guide for developing J2ME applications

java-menetbeans

I am new to J2ME and what I have now is Netbeans 6.7.1 IDE. Is there any basic guide for developing Mobile applications in Netbeans 6.7.1? Please provide me the links.

Best Answer

Netbeans.org itself has great tutorials for mobile development in Netbeans. And that is what you need:

http://netbeans.org/kb/trails/mobility.html

For examples this is a very good Quick Start for Netbeans J2ME development:

http://netbeans.org/kb/docs/javame/quickstart.html

Related Topic