Lennie
Lennie

Reputation: 2447

Run JavaFX On Windows Mobile

I've a Samsung Omnia i900 that runs Windows Mobile OS. Believe it or not, but nowhere on the Internet can I find information on running a JavaFX application on it. Is it possible?

Upvotes: 2

Views: 2102

Answers (2)

Honza
Honza

Reputation: 4409

JavaFX Mobile is now available in Early Access for Windows Mobile devices. You can download the binary from javafx.com.

Upvotes: 3

Jon Skeet
Jon Skeet

Reputation: 1500645

As far as I can tell, JavaFX Mobile hasn't been released. Some of the pre-release tools worked on Windows Mobile (judging by some blog posts) but that support was dropped from the 1.0 release.

JavaFX 1.1 is meant to have Windows Mobile support, but it looks like that's on the development side rather than on real devices - the fact that there's a mobile emulator as one of the key features for JavaFX 1.1 is quite telling.

According to the FAQ:

2.4 How can consumers get JavaFX on their handsets?

Sun is working with Mobile Device Manufacturers and Mobile Operators to enable out of the box support for JavaFX content by preloading the JavaFX Mobile runtime with their devices

That doesn't exactly sound encouraging for being able to get it on your handset right now. I may be missing something, but I certainly couldn't find anything to download...

Upvotes: 2

Related Questions