Files
reservationsystem/README.md

34 lines
610 B
Markdown

### setup in vscode with default configuration
###
| software | version |
| -------- | ------- |
| Java | 21 |
| json lib | gson-2.13.1 |
| VSCode | 1.103 |
###
| extension |
| ----------------- |
| Debugger for Java |
| Java Launcher |
| Language Support for Java(TM) by Red Hat |
### 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 *
### compile - build:
1. cd: src/lodge.reservationsystem
1. javac -g -d ../../out *