×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: Carlos Wu
Added: Oct 2, 2018 7:25 AM
Views: 3438
Tags: no tags
  1. For JDK 8u102 things have changed, this worked for me:
  2.  
  3. Download windows JDK exe
  4. Open with 7-Zip
  5. Dump contents into a directory %JDK-EXE%
  6. cmd: cd %JDK-EXE%.rsrc\1033\JAVA_CAB10
  7. cmd: extrac32 111
  8. Now have a tools.zip in directory, open it in 7-Zip
  9. Extract contents into a new directory %JDK-VERSION%
  10. cmd: cd %JDK-VERSION%
  11. cmd: for /r %x in (*.pack) do .\bin\unpack200 -r "%x" "%~dx%~px%~nx.jar"
  12. src.zip is in %JDK-EXE%.rsrc\1033\JAVA_CAB9\110\ - put a copy into %JDK-VERSION%