cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
madhug
Level 5

does IA2023 support Q3, 2023 JRE patch

 

Does IA2023 support the below new setting from Oracle's latest JRE patch?

 

https://www.oracle.com/java/technologies/javase/11-0-20-relnotes.html#R11_0_20  

 

java.util.zip.ZipFile has been updated to provide additional validation of ZIP64 extra fields when opening a ZIP file. This validation may be disabled by setting the system property jdk.util.zip.disableZip64ExtraFieldValidation to true.

0 Kudos
(6) Replies
astjain
Level 2

@madhug Were you able to find any resolution on this issue ?

0 Kudos
madhug
Level 5

set new argument in JVM settings, it resolves the issue                                                                                                           -Djdk.util.zip.disableZip64ExtraFieldValidation=true

0 Kudos
madhug
Level 5

-Djdk.util.zip.disableZip64ExtraFieldValidation=true

 

setting the above line in JVM settings resolves the issue.

0 Kudos
HuanYang
Level 3

Does InstallAnywhere 2022 support the following?
If not, does InstallAnywhere 2023 support the following?
-Djdk.util.zip.disableZip64ExtraFieldValidation=true

 

 Improved ZIP64 Extra Field Validation (JDK-8302483 (not public))

https://www.oracle.com/java/technologies/javase/11-0-20-relnotes.html#R11_0_20 

https://www.oracle.com/java/technologies/javase/17-0-8-relnotes.html 

java.util.zip.ZipFile has been updated to provide additional validation of ZIP64 extra fields when opening a ZIP file. This validation may be disabled by setting the system property jdk.util.zip.disableZip64ExtraFieldValidation to true.

0 Kudos
madhug
Level 5

It worked for me with IA-2022 as well.

0 Kudos