Skip to content

Instantly share code, notes, and snippets.

@CoolOppo
Last active August 29, 2015 14:05
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CoolOppo/654a66a10a6e822917ad to your computer and use it in GitHub Desktop.
Save CoolOppo/654a66a10a6e822917ad to your computer and use it in GitHub Desktop.
Converts an extracted JDK directory to actually make it run portably
for /r %%x in (*.pack) do bin\unpack200 "%%~x" "%%~dpnx.jar" && del /q /f "%%~x"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment