Last active
January 29, 2016 00:23
-
-
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/)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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