tags:

views:

422

answers:

6

i am new to J2ME. please suggest me how can i install it and where from. and what else i have to downlaod to install J2me ofcourse with jdk.

A: 

You can download J2ME from the Sun Microsystems website

Draco
-1 It isn't that easy.
Spoike
+1  A: 

It's not easy to start out with J2ME development (such as with MIDP) if you haven't done any Java programming before. You might want to start with this NetBeans quickstart.

There are also a bunch of emulators, requiring some configuration to do on your IDE (e.g. Netbeans or Eclipse). This is because different cell-phone manufacturers have their own implementation SDK's on J2ME (e.g. SonyEricsson).

Spoike
+2  A: 

If you are a beginner, I recommend starting with Netbeans IDE. Download the version that includes the Mobility Pack. There are many tutorials available for developing mobile applications with Netbeans.

You may also need the WTK (don't remember if it comes with Netbeans),

kgiannakakis
A: 

thanx for replying to all...actualy i know core java..but new to j2me..so suggest me 1 complete package which i have to download if possible.. i mean the number of s/w i have download

A: 

You need the Sun wireless toolkit. You need this for the libraries, and also to 'preverify' your class files, otherwise they won't load on a mobile VM.

http://www.jguru.com/faq/view.jsp?EID=201507

izb
+1  A: 

Tools

The basic tool for j2me development is WTK(Wireless tool kit) from SUN which contains the emulator and other libraries needed for development. WTK also contains utilities for signing ,preverifying ,network monitoring tools.The IDEs like Netbeans and Eclipse are having plug ins for j2me development. These plugins will integrate the WTK and libraries. For netbeans all are bundled into one package ,so easy to install and configure. For Eclipse you have to install the MTJ(mobile tools for java) plugin.

You can check both IDEs and select the one which your most comfortable with.

Jinesh