Name: skT45625 Date: 12/04/2000
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
When using the java.util.zip classes to open an uncompressed Zip archive
containing zip entry comments the following diagnostic output is written
directly to the *system console* (not to System.out or System.err, which are
redirected to a file in my application):
Allocating ZIP comments array
Added ZIP comment "..."
etc. (one line for each zip entry with its comment)
This occurs with 1.3 under Windows 98, NT and Mac OS X.
These seem to be internal diagnostic messages produced by native methods in
the Zip classes and should clearly not be present in production code.
(Review ID: 113228)
======================================================================
- duplicates
-
JDK-4515408 Opening a zip file with java.util.zip.ZipFile causes unwanted lines on stdout
-
- Closed
-