Skip to content
/ jix Public
forked from kbridge/jix

Java Installer Extractor

Notifications You must be signed in to change notification settings

LCZSQ/jix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Installer Extractor

Extract files in Oracle JDK installer without running it. (Includes COPYRIGHT and src.zip.)

Works for JDK7 - JDK14.

License: MIT

Download: Releases

Usage:

jix <installer path> <output directory>

Build with MinGW:

mingw32-make

Build with MSVC:

cl /Fe:jix.exe /W4 jix.c miniz.c /MT /link ole32.lib oleaut32.lib uuid.lib cabinet.lib

About

Java Installer Extractor

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.9%
  • Makefile 0.1%