Skip to content

Releases: TeamGruenbaum/HofUniversityManager

1.0

29 Aug 17:56
cd4896a
Compare
Choose a tag to compare

This is the first version of HofUniversityManager.
There can be bugs. Due to changes in the university website, some functions do not work as intended.

Execution of the jar is only tested with Java Runtime Environment 16 and JavaFX 11.0.2.
Execute the JAR file with the following command:
java --module-path ".../javafx-sdk-11.0.2/lib" --add-modules javafx.controls,javafx.fxml,javafx.web -jar ".../HofUniversityManager_1.0.jar"
(Replace the three dots with corresponding path)