You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Java 17.0.8 has additional checks for .zip files. Any necessary adjustments to avoid any issues have been implemented; however, you may encounter exceptions when working with custom plugins or command launchers dealing with .zip files.

  • If you encounter the following exception (or similar):

java.util.zip.ZipException: Invalid CEN header

  • Add the following property to your Java arguments:

-Djdk.util.zip.disableZip64ExtraFieldValidation=true