im just getting into j2me programming via command line
im having problem with trying to compile a simple midlet
i get the following error message
package javax.microedition.midlet.*; does not exist
i thought it might be because it cant seem to find the classes
so i set the classpath with the dir and the lib folder that have the
j2me classes in
but no luck…
any ideas…?