Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lourenco-lima-cunha/75cdd0be7a4d8aa6ba423705cc7c10f8 to your computer and use it in GitHub Desktop.
Save lourenco-lima-cunha/75cdd0be7a4d8aa6ba423705cc7c10f8 to your computer and use it in GitHub Desktop.
Extract java jdk windows from .exe
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