Link to home
Start Free TrialLog in
Avatar of Bunix
Bunix

asked on

Java Micro Runtime on PC?

Can the Java Micro Runtime Environment be used to run java applets on a PC? If yes, how?
Avatar of venishjoe
venishjoe
Flag of United States of America image

Hai,

     You can write applet but  writing an applet is challenging, wait until you try to fit an application into the 30K of memory some cellphones provide!

Regards
Venish
Hai,

Well then the applets in J2ME are called as MIDlets so  move to MIDLets from Applets

J2ME MIDlets are applications which you can run on any mobile phone or PDA that supports Java. MIDP 1.0 MIDlets should be supported by nearly any Java device. MIDP 2.0 support is much more rare.

For Further Refrence

http://www.zdnetindia.com/techzone/coding/stories/33795.html
www.devx.com/Nokia/Article/6939
www.forum.nokia.com/articles/midlets/j2memidlets.html
www.r4k.net/midlets
www.zelix.com/klassmaster/docs/ tutorials/j2meTutorial.html
www.rococosoft.com/downloads/pdf/j2me_midlets.pdf 
developers.sun.com/techtopics/mobility/ midp/questions/obfuscate

Hope this helps

Regards
Venish
ASKER CERTIFIED SOLUTION
Avatar of someman4oneman
someman4oneman

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial