You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the JDK's native pack200 implementation has been removed from newer JDKs, it would be great if this implementation could be supported. See also: https://github.com/martinhickson/IcedTea-Web-1/wiki for code examples.
The text was updated successfully, but these errors were encountered:
martinhickson
changed the title
Support for Apache Commons Compress Version of Pack200
Support for an External Pack200 Component
Mar 3, 2024
Hey, just coming to support this request as the service processors on older servers may use Pack200 for their JAR files and they won't work on newer JDKs. Here's a write up of someone's findings and that they've had to fall back to an ancient JDK version: https://forums.debian.net/viewtopic.php?t=158747
Yup, by updating a fork of the Pack200 code from JDK11 to compile with JDK17 and updating IcedTea to use it. This'd be great have back in the official release.
I started to add in support for the Pack200 class that is in Apache Commons Compress (which appears to have been Martin's initial approach as well) and it is a game of whack-a-mole to fix/add things which I haven't finished.
Since the JDK's native pack200 implementation has been removed from newer JDKs, it would be great if this implementation could be supported. See also: https://github.com/martinhickson/IcedTea-Web-1/wiki for code examples.
The text was updated successfully, but these errors were encountered: