What versions/flavors of WinZip can be opened by the gnu.java.util.zip.dll v.6.0.140.8?
Posted
by dreynold
on Stack Overflow
See other posts from Stack Overflow
or by dreynold
Published on 2009-08-20T17:26:43Z
Indexed on
2010/04/13
14:23 UTC
Read the original article
Hit count: 270
Evaluating a third party data processing tool, I have bumped into a case where some WinZip files cause an exception:
Caused by: gnu.java.util.zip.ZipException: Unknown compression method 98
at gnu.java.util.zip.ZipFile.getInputStream(ZipFile.java:470)
I have seen this with files created with WinZip 11.2 and newer. What's the latest version of WinZip (or compatible compression method) that the zip.dll can handle?
I've been hunting for some reference on this, but other than unversioned source code, I have had little luck so far.
© Stack Overflow or respective owner