I am trying to import the source code for an Android applet to eclipse, but got “The import javax.microedition cannot be resolved” error. I already installed oracle_java_me_sdk-3_2.exe, what else do I need to do? Is there any settings I need to change?
Thank you very much!
Add the
jarfile which contains the packagejavax.microeditionto your eclipse project classpath. If you are not sure which jar to usecheck findjar
http://findjar.com/index.x?query=javax.microedition
Hope it helps.