Jamsheer
Jamsheer

Reputation: 13

JavaFx on Linux 2.4.26/ARM9 Processor/200MHz/32MB RAM

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

Upvotes: 1

Views: 1017

Answers (3)

Praeus
Praeus

Reputation: 196

From:

http://java.sun.com/javase/embedded/reference/release6/EmbeddedReleaseNotes_6.html#javafx

How to Run JavaFX Applications

JavaFX™ support in Java SE for Embedded (headful version) on Linux ARM is still under development at the time of this writing.

However, you can run simple JavaFX applications on Java SE for Embedded 6 Update 10 on Linux ARM v6, although with some limitations. JavaFX applications cannot be run from a web browser on the Linux ARM platform. You must manually download the JavaFX 1.2 Software Development Kit (SDK), compile the sample applications included, and run the applications from a shell. These steps are explained in detail below.

Upvotes: 0

JimClarke
JimClarke

Reputation: 1409

JavaFX is not supported on ARM at this time.

Upvotes: 2

YOU
YOU

Reputation: 123831

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.

Upvotes: 1

Related Questions