Mark van Wyk
Mark van Wyk

Reputation: 1

How do I run a JAD/JAR in the Java ME SDK (Mac) Emulator from a Netbeans Web Project

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

Answers (1)

Colin Hebert
Colin Hebert

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

Related Questions