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
We currently use the java tool IzPack for building the importer/exporter installer package. However, IzPack cannot work with Java 17, because IzPack uses a java package Pack200 which has been dropped since java 14. We need to find a good alternative installer build tool.
The text was updated successfully, but these errors were encountered:
I removed Pack200 from the IzPack compiler so that it can be used again with Java 14 and higher. However, I agree that we should find an alternative for IzPack v4.
We currently use the java tool IzPack for building the importer/exporter installer package. However, IzPack cannot work with Java 17, because IzPack uses a java package
Pack200
which has been dropped since java 14. We need to find a good alternative installer build tool.The text was updated successfully, but these errors were encountered: