Skip to content
Compare
Choose a tag to compare
@stevensolleder stevensolleder released this 29 Aug 17:56
· 1 commit to main since this release
cd4896a

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)