I am having following Exception
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:114)
at java.util.zip.ZipFile.<init>(ZipFile.java:75)
at test.Test.main(Test.java:56)
at line
ZipFile file = new ZipFile(myfile);
This is happening with particular zip file only, other file works file, But i can open that file in other programs like winRAR and 7zip.
I am using windows xp.
It seems like some corrupt file, but if any one know what is exact cause for this?
myfilecorrectly identifies the input? – Jim Garrison Nov 26 '12 at 6:51