java.util.zip.ZipException: error in opening zip file
843810May 27 2004 — edited May 11 2007I am executing my java application in our unix environment (aSolaris VM (build Solaris_JDK_1.2.2_10, native threads, sunwjit))nd getting an error
java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.open(Compiled Code)
at java.util.zip.ZipFile.<init>(Compiled Code)
at EdiStats.unzipAndGetEntries(Compiled Code)
at EdiStats.getLogsFromArchives(Compiled Code)
at EdiStats.main(Compiled Code)
Wehn I debugged the code, it gives me the desired result and exits with a return code 0. Can some one please tell me why this error is being generated?
Thanks for the help!