I recently dug out an old phone that runs J2ME applications and would like to write applications for it, in my attempts to get the SDK running with Netbeans and figure out the e
Two years ago I used the following steps to develop with emulator.
Download JDK 1.6 32 bits, uncompress, mv to /usr/lib/jvm/, chown to root.
Download Sun Java Wireless Toolkit 2.5.2_01, install and set java executable path to /usr/lib/jvm/jdk1.6.0_45/bin
sudo apt-get install libxi6:i386 libxt6:i386
./WTK2.5.2/bin/ktoolbar
From this point onwards you can focus on how ktoolbar handles projects. IDE project setup should use CLDC and MIDP libs under ktoolbar folder structure.