NOTE : Make sure your java version is java 9 or above. Recommend to use Java 11 as well. JavaFX Version : 11.0.2 Java Version : 11.0.9.1
-
Before launching our program, you should make sure that Javafx SDK is downloaded and ready.
-
If not, you can go to the following website to download : https://gluonhq.com/products/javafx/ Dowbload : JavaFX xxxx SDK xxxx = your computer operating system
-
After done the download, extract the .zip and place the JavaFX SDK at your preferrable place as your path way.
-
Open up Command Prompt in your computer.
-
Change the location of the Command Prompt to the program location (src) command: cd Example : cd C:\Users\Users\Desktop\TT6V_70\src
-
Launch the program by command : java --module-path --add-modules javafx.controls Main Example : java --module-path C:\javafx-sdk-11.0.2\lib --add-modules javafx.controls Main