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

Warnings re. missing Sun font on eXceed Server

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • P4
    • None
    • 1.2.2, 1.3.1
    • client-libs
    • 2d
    • generic, sparc
    • solaris_2.6, solaris_8

    Description



      Name: wl91122 Date: 08/12/99


      Using one of the simplest AWT programs imaginable:

      >>>include "Hello.java">>>

      import java.awt.Frame;
      import java.awt.Label;

      class Hello extends Frame {
          public static void main (String args []) {
      Hello hello = new Hello ();

      hello.setVisible (true);
          }

          Hello () {
      Label label = new Label ("Hello");

      add (label, "Center");
      pack ();
          }
      }

      <<<End "Hello.java"<<<

      the JDK1.2.2 which I downloaded last night gives this warning
      twenty times when the program is run:

        Font specified in font.properties not found [-urw-itc zapfdingbats-medium-r-normal--*-%d-*-*-p-*-sun-fontspecific]

      Configuration information:

      The Java runtime is running on a Solaris box, but using
      Hummingbird's Exceed 6.0.1.0 as the X Server. Is Java expecting
      to find a Sun-specific font on all types of X-servers?
      (Review ID: 88233)
      ======================================================================

      Attachments

        Issue Links

          Activity

            People

              prr Philip Race
              wleesunw William Lee (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: