JavaFX 11 HelloFX sample to run with different options and build tools.
Download JDK 11 or later for your operating system.
Make sure JAVA_HOME
is properly set to the JDK installation directory.
If you run on Linux or Mac, follow these steps:
To compile and run the project:
mvn clean javafx:run
If you run on Windows, follow these steps:
To run the project:
mvn clean javafx:run