Skip to content

JAR Executable

Latest
Compare
Choose a tag to compare
@rohanj-02 rohanj-02 released this 27 Jan 10:40
· 1 commit to main since this release

Installation Guide

  1. Download JDK 13 and JavaFX 15
  2. Run the following command to play the game:
    java --module-path <path-tojavafx-lib> --add-modules javafx.controls,javafx.fxml,javafx.media -jar ColourSwitch.jar

Example of the above command:
java --module-path /home/rohanj/javafx-sdk-15.0.1/lib --add-modules javafx.controls,javafx.fxml,javafx.media -jar ColourSwitch.jar