vote up 0 vote down star

Is there any mobile platform that allows me to run Java Applets? In absence of browser integration, at least Java SE capabilities. I've heard of a mobile device capable of running Windows XP - that would probably include support for Java SE and applets; does any one have any hands-on experience with such a device? How well does it perform in terms of Java programs execution?

flag

1 Answer

vote up 1 vote down

If you refer to the old school java applets which can be embeded in HTML pages there is IMHO no mobile platform which support this. Applets are written in Java SE, however most platforms I know of have a Java ME runtime.

I don't know how this correlates to the new Java FX as there is a mobile profile coming along with it. Can somebody else comment on this issue?

link|flag
1  
Java FX runs off of a JRE, You need a JRE before you can run an Applet or JavaFX. Once you have one on your platform how you want to deliver the application Applet, JNLP/Webstart, Java FX doesnt matter really so long as you have developed it for that JRE. Meaning if the mobile device has Java ME Runtime, then you can deploy an Applet or Java FX App so long as you build it with that runtime. – Knife-Action-Jesus Nov 18 at 19:12
Forgot you can also use the built in mobile emulator for NetBeans to test your App out. – Knife-Action-Jesus Nov 18 at 19:13

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.