This question is addressed to anyone with experience in Zip files.
I have had no problem unzipping the entire contents of a zip archive.
I have another method to extract only one file, but when I try to open the extracted file, I find that each time the extracted file has 0 bytes in it, so I don't think it has been extracted. I tried so many things and searched high and low on the Internet but to no avail.
The idea is to allow the user to open a file in the archive to see its contents.
So I want it extracted to a temporary location and then from their calling Runtime.exec().
the returned
String is used in conjuction with another method called from actionPerformed() in a MenuItem.