posted 15 years ago
I'm using java.util.zip to zip up some files, following some examples on the web (ZipOutputStream, ZipEntry, etc.)
Now, the created ZIP file appears to be valid, but when I use Windows to list the contents, it's empty! But when I use the third-party WinZip application, it sees the files without problem.
I've tried googling to see if this is a known problem, but I've come up with nothing, so I must be doing something wrong? Any help is appreciated!