Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2118974 | 1.4.0 | Btplusnull User | P2 | Closed | Fixed | beta |
JDK-2118973 | 1.3.1 | Btplusnull User | P2 | Resolved | Fixed | ladybird |
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)
======================================================================
- backported by
-
JDK-2118973 java.util.zip.ZipEntry always returns null for getExtra method
- Resolved
-
JDK-2118974 java.util.zip.ZipEntry always returns null for getExtra method
- Closed
- relates to
-
JDK-4369396 Jar files should be locked by default when working with them
- Closed