389 B
389 B
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:
-
cd: src/edu.trip
-
javac -g -d ../../out *