简体   繁体   中英

J2ME applet - run Java in a mobile's web browser

I'm looking to embed a J2ME application as an applet in a web page to be accessed via a mobile phone web browser. Every major web browser supports the embedding of Java applets - does an analog exist for cell phone web browsers?

If not, does there exist a cross-platform way of launching a J2ME application from a mobile web browser?

J2ME doesn't support applets, and you install it onto the device in an application-specific way. You can't launch it from a web browser.

You're most likely out of luck. The best that you'll be able to do is provide a link to the .jar file.

You could, of course, run J2ME applets with normal browsers using http://www.microemu.org/ microemulator, but that won't work on the mobile device's browser.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM