6 lines
135 B
Batchfile
6 lines
135 B
Batchfile
set PATH_TO_FX=<path_to_javafx_lib_folder>
|
|
|
|
java --module-path %PATH_TO_FX% --add-modules javafx.controls -jar ./GameOfLife.jar
|
|
|
|
pause
|