This commit is contained in:
2025-09-18 21:39:24 -04:00
parent 3dcbc6aa47
commit 55c278dcba
17 changed files with 507 additions and 517 deletions

View File

@@ -16,19 +16,12 @@
### Run and Debug Java manually
cd to: out
: java [mainClass] [jar]
java TestReservations ./*.jar
### create jar archive:
cd to: out
jar --create --verbose --file *.jar --manifest ..\META-INF\MANIFEST.MF *
cd to: libs
java -cp .\libs\gson-2.13.1.jar;.\libs\reservationsystem.jar lodge.TestReservations
### compile - build:
### create jar archive:
gradle clean build jar
1. cd: src/lodge.reservationsystem
1. javac -g -d ../../out *