문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top