I am new to JavaFx technology, I would like to know whether I can have JavaFx on a Linux kernel 2.4.26 (no other commercial distribution), it is a touch screen based navigation system runs on a ARM9 processor (200MHz, 32MB RAM).
While searching, I found that JavaFx is supported on Linux platforms, but I couldn’t find any reference to my particular version of Linux (Linux kernel 2.4.26). Is it possible to install and run JavaFx on this machine? Also please tell me whether standard JavaFx or JavaFx mobile is more suitable for this system.
regards
Jamsheer
I know almost nothing about JavaFx, but to run JavaFx, you need to install Java SE first, isn’t it?
This embedded java SE download page has ARM Linux Early Access binaries
http://java.sun.com/javase/downloads/embedded.jsp
and this release notes says, its still underdevelopment and but its said you still can run simple applications with some limitations.