Created
November 21, 2017 04:48
-
-
Save johncf/1dfc1619c617ef94f868c35ff9e1ab46 to your computer and use it in GitHub Desktop.
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
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