Posted By:
Christopher_Schultz
Posted On:
Tuesday, July 24, 2001 06:56 AM
What is the behavior of your program? Does it crash? Does it generate an incorrect file name? Does your traversal of the ZIP entries not
ever find the file, even if you print out
all of the files?
My guess is that this is not a bug in java.util.zip, since the JVM uses the classes in there to open and read JAR files, which contain all sorts of stuff.
-chris