How to run a Maven JME project in netbeans?
I have created a maven project with j2me-archetype using netbeans. It creates a project with a default MIDLet (SampleMIDlet.java). But when I try to run the pro开发者_如何学Goject it says that No Main Class Found. Can anyone tell that why it is going for Main class instead of existing Midlet ?
Actually, I'm not sure what you mean exactly by "How to run a Maven JME project in netbeans". I'm not a JME expert but, to my knowledge, to run such a project, you'll need a Java ME MIDP Platform Emulator. Do you have that emulator installed? Maybe have a look at the FaqJavaMESDKinstall.
精彩评论