java.util.zip + windows XP troubles

B

Brian McKeever

My Java app is storing data in a zip file (multiple ZipEntries). I
can open these zip files with Winzip fine, but the built-in zip
support for Windows XP shows them to be empty. It's not a show
stopper, since the zip files aren't really for human consumption, but
it will probably generate support calls.

Has anyone else seen this?
 
C

Chris Uppal

Brian said:
My Java app is storing data in a zip file (multiple ZipEntries). I
can open these zip files with Winzip fine, but the built-in zip
support for Windows XP shows them to be empty.

It's a remote chance, but I've hit problems relating to this. Is your app
storing filenames using backslash, '\', as a separator ? If so, then I've had
difficulty reading such files using Windows utilities on Wiindows boxes.

-- chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top