tags:

views:

3

answers:

1

Hi there,

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.

Your advice is most appreciated

Mark

A: 

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.

Colin Hebert