Name: rlT66838 Date: 09/16/99
Taken From java.util.zip.ZipEntry
-
static {
initIDs();
}
It should have one of these in it:
AccessController.doPrivileged(
new sun.security.action.LoadLibraryAction("zip"));
just like the other zip classes with initIDs. This was causing
an unsatisfied link error in our product.
(Review ID: 95319)
======================================================================
- duplicates
-
JDK-4243169 java.util.jar.JarEntry constructor JarEntry(String name) causes exception.
-
- Closed
-