On my openSUSE machine, I am trying to zip some big files (some GBs of magnitude) using the built-in ZIP command from UNIX. However after the compression is done, I've tried to test if everything was done successfully but it gives following error:
zip warning: local header not found for myfile
zip error: Zip file structure invalid myfile.zip
Do you know any other command tools or programs that can generate ZIP-compatible output? Before trying to write it in Java (not sure if ZIP64 is supported yet under Java 6 SE), I would like to ask if something is out there ready.