I want to install a Java Me application on my android phone. I have tried with jbed and some other virtual machines, but it doesn't work. On Windows Mobile, I tried with javaFx and it worked, so I tried to do the same on android but I cann't find a javaFx apk. My phone is Samsung GT-i5500. Thanks.
Oracle demoed running JavaFx applications on Android devices at the last JavaOne conference. Supposedly the app would include its own copy of the JVM runtime or so. Nothing is available publically at this stage, but I suspect that something is in the works.
E.g. read more on Dzone
Update Dec. 2012: It must be getting closer to reality. JavaFX is now running on a Raspberry Pi, (link no longer valid) which uses an ARM chip just like most Android devices. Simply do a search of Java FX on Raspberry Pi and you will find lots of references.
Google created their own JVM for Android (Dalvik) for performance reasons, so as things is now, it's not possible. The JavaFX team claimed earlier that it could run on Android - but I havnt seen it.
Not without resorting to rooting or some other non-standard thing. Android runs the Dalvik VM
© 2022 - 2024 — McMap. All rights reserved.