I recently downloaded and installed the Series 60 SDK, a new version of java, and J2ME.
I installed them in the following order:
Series 60 SDK
Java 1.4.2_07
J2ME
I tried to compile the HelloWorld "application" following the instruction in the provided Getting Started pdf, and at the preverifying stage, i got the following error:
java/lang/NoClassDefFoundError: javax/microedition/lcdui/CommandListener
I haven't adapted the initial code in any way.
CommandListener in this application is implemented by the class. javax.microedition.lcdui.* is imported at the top of the java file.
Have any of you had this problem? Any ideas on how to fix it?
Cheers,
Åge Kruger

Reply With Quote

