changes
This commit is contained in:
19
README.md
19
README.md
@@ -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 *
|
||||
Reference in New Issue
Block a user