Skip to content

Instantly share code, notes, and snippets.

@mikesprague
Last active January 29, 2016 00:23
Show Gist options
  • Save mikesprague/35d262bc98511ab98c60 to your computer and use it in GitHub Desktop.
Save mikesprague/35d262bc98511ab98c60 to your computer and use it in GitHub Desktop.
Create portable JDK 1.8 for Windows from unzipped install executable (from http://www.brucalipto.org/java/how-to-create-a-portable-jdk-1-dot-8-on-windows/)
for /r %x in (*.pack) do .\bin\unpack200 -r "%x" "%~dx%~px%~nx.jar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment