https://github.com/ayfri/java-tp2
My second set of exercices to do in Java for my school.
https://github.com/ayfri/java-tp2
Last synced: 3 months ago
JSON representation
My second set of exercices to do in Java for my school.
- Host: GitHub
- URL: https://github.com/ayfri/java-tp2
- Owner: Ayfri
- License: gpl-3.0
- Created: 2022-10-02T20:37:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T10:09:32.000Z (over 2 years ago)
- Last Synced: 2025-01-08T22:08:44.840Z (4 months ago)
- Language: Java
- Size: 122 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java-TP2
My first set of exercices in Java for my school.
## Comment lancer
Pour lancer le programme, il faut se placer dans le dossier du projet et lancer `./gradlew run`.
Java 18 est requis.
JavaFX et toutes les dépendances seront automatiquement téléchargées et installées.Note : L'application console ne marche pas à cause de JavaFX.