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

java.awt.Font c-tor throws java.lang.UnsatisfiedLinkError: initIDs

XMLWordPrintable

    • 1.2alpha
    • sparc
    • solaris_2.5.1
    • Verified



      Name: akC57697 Date: 07/28/97



      The java.awt.Font c-tor throws unexpected
      java.lang.UnsatisfiedLinkError: initIDs

      The documentation (JDKTM Playground Specs for Review
       Java Development Kit Last Modified July 2 1997 ):
      "
       public Font(String name,
                   int style,
                   int size)

            Creates a new font with the specified name, style and point size.

            Parameters:
                  name - the font name
                  style - the constant style used
                  size - the point size of the font
      "
      --------------------------- Test.java --------------------
      import java.awt.*;
      public class Test {
        public static void main(String []args){
          Font font = new Font("TimesRoman",Font.PLAIN, 18);
        }
      }

      ---------------------------Output--------------------
      java.lang.UnsatisfiedLinkError: initIDs
      at
      at
      ----------------------------------------------------------

      ======================================================================

            busersunw Btplusnull User (Inactive)
            akuzminorcl Alexander Kuzmin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: