Skip to content

Latest commit

 

History

History
 
 

Gradle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

HelloFX Sample

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.

Gradle

Linux / Mac

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

cd HelloFX/Gradle/hellofx

To run the project:

./gradlew run

Windows

If you run on Windows, follow these steps:

cd HelloFX\Gradle\hellofx

To run the project:

gradlew run