November 7, 2017

How to unpack .jar.pack.gz

The .jar.pack.gz is a Oracle package format that can be unpacked with unpack200 binary that is shipped with the SDK.

# unpack200 your-file.jar.pack.gz your-file.jar

Reference: https://docs.oracle.com/javase/8/docs/technotes/tools/unix/unpack200.html

No comments: