Skip to content

Instantly share code, notes, and snippets.

@jirkapinkas
Created October 24, 2017 08:55
Show Gist options
  • Save jirkapinkas/0eeb2ecfa4993388bc709ae2f2ffc036 to your computer and use it in GitHub Desktop.
Save jirkapinkas/0eeb2ecfa4993388bc709ae2f2ffc036 to your computer and use it in GitHub Desktop.
jlink uberhello
"c:\Program Files\Java\jdk-9\bin\jlink" --module-path "%JAVA_HOME%\jmods;target\uberhello-1.0-SNAPSHOT.jar" --add-modules com.test.uberhello --launcher com.test.uberhello=com.test.uberhello/main.Main --output my-app --strip-debug --compress 2 --no-header-files
jlink --module-path $JAVA_HOME/jmods:target/uberhello-1.0-SNAPSHOT.jar --add-modules com.test.uberhello --launcher com.test.uberhello=com.test.uberhello/main.Main --output my-app --strip-debug --compress 2 --no-header-files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment