I'm having this error with java 1.8.0_60
on a zipfile
> 4 GB
I found that should be possible through zip64.
ZipFile zipFile = new ZipFile(zippedFile);
Error :
java.util.zip.ZipException: invalid CEN header (bad signature)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:219)
Should I get the entries in another way to use zip64 ?