tags:

views:

41

answers:

2

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

  • GamesOnDeck: Contains information on implementing quite a few basic classes
+1  A: 

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

instcode
Thanks, looks very good
Casebash
+1  A: 

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

Wonil
It seems that I'd either have to pay mpowerplayer to use their emulator or open source my application. Unfortunately, I can't do either.
Casebash