Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 551 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 551 Bytes

HelloFX Sample

JavaFX 13 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.

Maven

Linux / Mac

If you run on Linux or Mac, follow these steps:

cd HelloFX/Maven/hellofx

To compile and run the project:

mvn clean javafx:run

Windows

If you run on Windows, follow these steps:

cd HelloFX\Maven\hellofx

To run the project:

mvn clean javafx:run