Name: stC104175 Date: 04/26/2000
I installed j2sdk1_3_0rc3-win.exe and had to uninstall it because none of my
applications will run, so I can't run java -version for 1.3
I have a custom zip file that includes "extra" information for each entry in
the central directory. The java.util.zip.ZipEntry.getExtra method returns the
bytes in the "extra" field in JDK 1.1 and JDK 1.2 (as well as jview), but the
same code run with 1.3 ALWAYS returns null. I looked at the java source code,
but the zip support calls a native method, so I can't see exactly where the
failure is.
(Review ID: 104136)
======================================================================