JavaFX 12 HelloFX sample 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.
If you run on Linux or Mac, follow these steps:
cd HelloFX/Maven/hellofx
To compile and run the project:
mvn clean javafx:run
If you run on Windows, follow these steps:
cd HelloFX\Maven\hellofx
To run the project:
mvn clean javafx:run