开发者

How to run a Maven JME project in netbeans?

开发者 https://www.devze.com 2022-12-12 21:33 出处:网络
I have created a maven project with j2me-archetype using netbeans. It creates a project with a default MIDLet (SampleMIDlet.java).

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消