Java ME Platform SDK is a state-of-the-art toolbox for developing mobile applications. It provides the following features:
Follow these instructions to install J2ME 2.5.2 on a Windows machine. These instructions were tested on a 64-bit installation of Windows 7.
Now that you have a JDK installed, you are ready to install J2ME 2.5.2
You may get a message that says "The publisher could not be verified. Are you sure you want to run this software?"
Ignore the warning and run it by clicking the Run button. It will not harm your system.
Note: For the Wireless Toolkit application to work, you must use a 32-bit version of Java and you must configure the application so that it will use the 32-bit version of Java. If you installed the wireless toolkit before installing a 32-bit version of Java, you can do the following to make the application work:
Download and install a 32-bit version of Java. Edit C:\WTK2.5.2_01\bin\emulator.vm. In emulator.vm change the java executable to the location of your 32-bit version of java. E.g. C:\Program Files (x86)\Java\jdk1.7.0_11\bin\java -Dkvem.home="%KVEM_HOME%" ...
You should then be able to run the WTK 2.5.2 emulator.
By the way, the following link claims that you could also solve the problem by uninstalling WTK, installing 32-bit Java, and then reinstalling WTK. http://peterscorner.co.uk/2010/03/27/sony_ericsson_emulator_problem_on_64bit_windows.html
The problem isn't that you can't run 32-bit "stuff" on a 64 bit machine, but rather that a 64-bit executable cannot load a 32-bit dll.
Now that you have a Java Wireless Toolkit installed on your machine, you can open existing projects, create new projects, and run them on a mobile device emulator or on an actual physical device.
Follow the instructions below for opening an existing project and running it in a mobile device emulator.
Follow these instructions to configure Eclipse for developing your J2ME applications.