I am trying to read a zip file, in java, using java "1.8.0_92" (the latest supported version for my OS.
Unfortunately, I am getting an exception:
invalid CEN header (bad compression method)
When I use the *nix (actually OS X) file
command to analyse the file I get the detail:
Zip archive data, at least v2.1 to extract
Is there a third-party unzip library I can use that is capable of reading this version of zip file?