Skip to content

Instantly share code, notes, and snippets.

@johncf
Created November 21, 2017 04:48
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 johncf/1dfc1619c617ef94f868c35ff9e1ab46 to your computer and use it in GitHub Desktop.
Save johncf/1dfc1619c617ef94f868c35ff9e1ab46 to your computer and use it in GitHub Desktop.
set path=%path%;C:\Program Files\7-Zip
7z x jdk8.exe -ojdk8
cd jdk8
7z x tools.zip
for /r %%w in (*.pack) do bin\unpack200 "%%w" "%%~dpnw.jar"
for /r %%w in (*.pack) do del "%%w"
del tools.zip javafx-src.zip
rmdir /S /Q db lib\missioncontrol lib\visualvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment