Error: JFX not installed? Running openJDK7
Phil Race
philip.race at oracle.com
Sun Jul 19 18:26:50 UTC 2015
I do not think all the open source pieces necessary for an
open source version of FX are available for OpenJDK 7.
If you want to use FX on JDK 7 I think you are going to have to use
Oracle JDK ..
but the "public" updates for that just ceased.
So you really need to target [Open]JDK 8.
And in any case as noted by Tom developing on 8 and deploying to 7 is likely
to run into problems as you unwittingly use 8 only features, and don't
forget
that the class file format is updated for 8 so you'd need to use -target
7 even
if you were not using JDK 8 features.
-phil.
On 7/19/15 4:48 AM, Matthias Bläsing wrote:
> Am Sonntag, den 19.07.2015, 13:28 +0200 schrieb Tom Schindl:
>> NO - Linux distros don't bundle JavaFX with they installs.
> Acutally they are beginning to (for JDK8 on ubuntu):
>
> matthias at athena:~$ apt-cache search openjfx
> libopenjfx-java - JavaFX/OpenJFX 8 - Rich client application platform for Java (Java libraries)
> libopenjfx-java-doc - JavaFX/OpenJFX 8 - Rich client application platform for Java (Javadoc)
> libopenjfx-jni - JavaFX/OpenJFX 8 - Rich client application platform for Java (native libraries)
> openjfx - JavaFX/OpenJFX 8 - Rich client application platform for Java
> openjfx-source - JavaFX/OpenJFX 8 - Rich client application platform for Java (sources)
> matthias at athena:~$
>
>
> Greetings
>
> Matthias
>
>
>
More information about the openjfx-dev
mailing list