Java 11.0.20+ or 17.0.8+ (or newer) has Improved ZIP64 Extra Field Validation, involving 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