Hello,
I have an application which needs zip files to be extracted. To try and extract these zip files I have tried the library ABZipUnzip which failed to work. I then resulted to creating a java library using java.util.zip.ZipEntry and ZipInputStream and this gives the error message "Cannot read local header version 45".
If anyone knows of any libraries or ways of extracting a zip file, please leave a reply.
Thank You.
I have an application which needs zip files to be extracted. To try and extract these zip files I have tried the library ABZipUnzip which failed to work. I then resulted to creating a java library using java.util.zip.ZipEntry and ZipInputStream and this gives the error message "Cannot read local header version 45".
If anyone knows of any libraries or ways of extracting a zip file, please leave a reply.
Thank You.