Bonjour,
J'utilise Netbeans 6.5, je crée un simple projet Jave ME/Mobile Application avec une midlet, j'execute mon projet et là les erreurs suivantes arrivent :
merci de votre aide
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 import javax.microedition.midlet.*; ...\MobileApplication1\src\hello\HelloMIDlet.java:8: package javax.microedition.lcdui does not exist import javax.microedition.lcdui.*; ...\MobileApplication1\src\hello\HelloMIDlet.java:13: cannot find symbol symbol: class MIDlet public class HelloMIDlet extends MIDlet implements CommandListener {
Partager