This commit is contained in:
2025-08-22 14:32:07 -04:00
commit bdec6bf4fa
13 changed files with 314 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
### define 2 modules that setup in vscode with natural default configuration
from modules
### Run and Debug Java
cd to: out
: java [mainClass] [jar]
java TripToAfrica ./triporganizer.jar
### create jar archive:
cd to: out
jar --create --verbose --file triporganizer.jar --manifest ..\META-INF\MANIFEST.MF *
### compile - build:
1. cd: src/edu.trip
2. javac -g -d ../../out *