Polidea / hands-on-JPMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hands on JPMS

Simple example of Java 9 Platform Module System in practice described in blogpost here

Scripts:

  • build.sh - builds jars
  • run.sh - runs the app
  • build_runtime.sh - creates run-time for the project using jlink tool
  • custom_runtime_run.sh - runs the app on the custom runtime

About


Languages

Language:Shell 61.3%Language:Java 38.7%