I am working with a third party API http://jortho.sourceforge.net/ While using the API, I always get an exception
java.util.zip.zipexception : unknown compression method
There are no zip files involved, I tried not using the .jar file of the API, instead using the class files directly, but it still gives me the same error.
What possibly could be the reason? How can I start off with my debugging?
There is a class WordIterator which uses java.util.zip.InflaterInputStream
but I don't think the problem is with the API.
I am stuck! What can be the possible way out?