Skip to content

Latest commit

 

History

History

Maven

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

HelloFX Sample

JavaFX HelloFX sample to run with different options and build tools.

Download JDK 17 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