/pack200

Pack200 - Optimized compression for JAR files

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

Pack200 - Optimized compression for JAR files

Build Status Coverage Status License Maven Central

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.

Features

  • Supports class files formats up to the version 58 (Java 14)
  • Java 8 compatible
  • Installable package available for Linux (DEB and RPM)

Changes

Version 14.0 (in development)

  • Initial release forked from OpenJDK 14