Simple example of Java 9 Platform Module System in practice described in blogpost here
build.sh
- builds jarsrun.sh
- runs the appbuild_runtime.sh
- creates run-time for the project using jlink toolcustom_runtime_run.sh
- runs the app on the custom runtime