java.util.zip.ZipException
807588Apr 3 2009 — edited Apr 22 2009Hi,
I am getting following Exception while unzipping the .zip file from a software:
java.util.zip.ZipException: invalid END header (bad central directory offset)
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:203)
at java.util.zip.ZipFile.<init>(ZipFile.java:234)
Software unzip some of the files and and gives the below exception on some files .... any Ideas ?
rizzz86,