Skip to content

Instantly share code, notes, and snippets.

@jonashackt
Created January 13, 2016 14:14
Show Gist options
  • Save jonashackt/1dd262a8d0f0f2195ece to your computer and use it in GitHub Desktop.
Save jonashackt/1dd262a8d0f0f2195ece to your computer and use it in GitHub Desktop.
get zip from Oracle Java JDK .exe-Download
download .exe-File from http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
extract .exe and included tools.zip e.g. via 7Zip to jdk1.8.0_xx
on commandline in folder jdk1.8.0_xx run: 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