JavaFX 12 samples to run with different options and build tools.
Download an appropriate JDK 12 for your operating system. Make sure JAVA_HOME
is properly set to the Java 12 installation directory.
hellofx
sample modular project to run with Maven
If you run on Linux or Mac, follow these steps:
cd CommandLine/Modular/Maven/hellofx
mvn clean javafx:run
To create and run a custom JRE:
cd CommandLine/Modular/Maven/hellofx
mvn clean javafx:jlink
target/hellofx/bin/launcher
If you run on Windows, follow these steps:
cd CommandLine\Modular\Maven\hellofx
mvn clean javafx:run
To create and run a custom JRE:
cd CommandLine/Modular/Maven/hellofx
mvn clean javafx:jlink
target\hellofx\bin\launcher