Reputation: 1
I'm using Netbeans on Mac.
I have a web project that I'm developing, that communicates with a Java MIDlet that has already been developed.
In my project /web folder, I have a /client.jar (and .jad) that interacts with my web application. I'd like a way to be able to right-click on the jad, and say "Run as MIDlet", to bring up the emulator.
Upvotes: 0
Views: 1002
Reputation: 93157
You can use the Java ME SDK which is based on Netbeans. And as this SDK is based on Netbeans I'm pretty sure that you can find a way to have directly those features in Netbeans.
Upvotes: 1