Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4243169

java.util.jar.JarEntry constructor JarEntry(String name) causes exception.

XMLWordPrintable

    • jar
    • beta
    • generic, sparc
    • generic, solaris_2.6
    • Verified

      On JDK-1.3-F,
      java.util.jar.JarEntry constructor JarEntry(String name) causes exception.

      Please compile and run following.
      --- Sample -----
      import java.util.jar.JarEntry;

      public class JE{
      public static void main(String args[]) {
      JarEntry je = new JarEntry("Entry Name");
      System.out.println(" JarEntry = "+je );
      }
      }
      --- Sample -----
      An exception occurs and it stops.

      Exception in thread "main" java.lang.UnsatisfiedLinkError: initIDs
              at java.util.zip.ZipEntry.<clinit>(ZipEntry.java:51)
              at JE.main(JE.java, Compiled Code)

      It works correctly on JDK-1.2.2-U.

            zlisunw Zhenghua Li (Inactive)
            eishidasunw Etsuko Ishida (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: