Skip to content

Instantly share code, notes, and snippets.

@miho
Created November 12, 2015 14:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save miho/a590548906a9ab9b4525 to your computer and use it in GitHub Desktop.
Save miho/a590548906a9ab9b4525 to your computer and use it in GitHub Desktop.
JDK9 JLink Jigsaw Example
jlink --modulepath $JAVA_HOME/jmods:mlib --addmods com.greetings \
--output greetingsapp --compress-resources on \
--strip-java-debug on --exclude-files *.diz
du -h greetingsapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment