Laura Isabel
Laura Isabel

Reputation: 219

is it possible to install java fx on an android phone?

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.

Upvotes: 10

Views: 8438

Answers (3)

Manfred Moser
Manfred Moser

Reputation: 29912

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.

Upvotes: 12

Thomas
Thomas

Reputation: 1563

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.

Upvotes: 5

Joel Martinez
Joel Martinez

Reputation: 47749

Not without resorting to rooting or some other non-standard thing. Android runs the Dalvik VM

Upvotes: -2

Related Questions