-
Notifications
You must be signed in to change notification settings - Fork 354
Installation Guide for Luke 7.5.0 JavaFX edition
As of the JDK 11, JavaFX was decoupled from Oracle JDK.
So you need to install the OpenJFX module separately and link it to the JVM process to run Luke 7.5.0 (JavaFX ed.) with JDK 11. Here is the installation guide to run JavaFX Luke. Also, we will add some guide for JDK 8 users in the later part of this document.
If you have any problems with JavaFX installation, you can raise an issue and we will make the effort to help you. However, please consider to use the Swing edition Luke rather than going this direction. The Swing edition is still under active development but it provides the very same features the JavaFX edition does.
-
Download JavaFX SDK from here ("JavaFX Mac OS X SDK" or "JavaFX Linux SDK"): https://gluonhq.com/products/javafx/
-
Extract the archive.
unzip openjfx-11_<platform>-x64_bin-sdk.zip /path/to/your/javafx/dir
- Set the environment variable
JFX_HOME
to inform Luke the JavaFX module path.
export JFX_HOME=/path/to/your/javafx/dir
- Run
luke.sh
cd /path/to/luke-javafx-7.5.0/
./luke.sh
For more details, see: http://mail.openjdk.java.net/pipermail/openjfx-dev/2018-May/021819.html
-
Download JavaFX SDK from here ("JavaFX Windows SDK"): https://gluonhq.com/products/javafx/
-
Extract the archive
openjfx-11_windows-x64_bin-sdk.zip
to ¥path¥to¥your¥javafx¥dir -
Set the environment variable
JFX_HOME
to inform Luke the JavaFX module path.
- Add
%JFX_HOME%\bin
toPath
variable.
- Run
luke.bat
cd ¥path¥to¥luke-javafx-7.5.0
.¥luke.bat
You do not need any extra modules to run JavaFX Luke. Just run luke.sh
or luke.bat
.
Install openjfx package by apt.
sudo apt-get install openjfx
Install openjfx package by dnf.
dnf install java-1.8.0-openjdk-openjfx.x86_64
Or for older distributions,
yum install java-1.8.0-openjdk-openjfx.x86_64
// TBD
// If you have information for this, please let us know :)
// TBD
// If you have information for this, please let us know :)