This is a Java 9 Jigsaw example used for a presentation at my FH.
compile.sh
- Comiles the hello world examplepacking.sh
- Creates JAR modules out of the class fileslink.sh
- Run jlink to produce a new run-time image for the hello world examplerun.sh
- Run the new run-time image.compileAndRun.sh
- Do all 4 tasks at once