Pack200 is an optimized compression format for JAR files. It was introduced in Java 5 and eventually removed in Java 14. This project is a fork of the Pack200 source code extracted from OpenJDK just before its removal.
- Supports class files formats up to the version 58 (Java 14)
- Java 8 compatible
- Installable package available for Linux (DEB and RPM)
- Initial release forked from OpenJDK 14