Casebash
Casebash

Reputation: 118792

Running a Java Mobile application in Java Standard Edition

I have a Java Mobile application using CLDC 1.0 and MIDP 2.0 and I would like to port it to Java standard edition so that I can demonstrate the application on my company website. Can anyone give me any advice on how I would do this or suggest any tools that could help?

Links

Upvotes: 1

Views: 153

Answers (2)

Wonil
Wonil

Reputation: 6727

Please see ME application web site as reference. It uses mpowerplayer emulator to run Java ME application from PC.

Upvotes: 1

instcode
instcode

Reputation: 1497

No need to port to J2SE because MicroEmu could help: http://www.microemu.org/

Take a look at Web Start demonstration section with JNLP: http://www.microemu.org/microemu-webstart/index.html

Upvotes: 1

Related Questions