Problems running on Linux

Hi,

Anyone know why does this message always appear when I run sources which has some awt.* classes in it?

These runtime messages actually happens in my University machines, which is running Redhat 7.1 with Java version 1.3. It happens also in Mandrake 8.0

I'm grateful if someone can point to what is wrong. Thank You in advance.

-

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]

[2578 byte] By [Ziedrich] at [2007-9-26 4:25:17]
# 1
I think you should install some additional fonts. There are sharefonts, freefonts, URW packages which maybe are not installed. Install them in system wide directry or in your home directory and add the path with "xset fp+ <path_to_fonts>"
v.pavlov at 2007-6-29 17:33:10 > top of Java-index,Desktop,Core GUI APIs...
# 2

the font does not exist on the machines your are using. java only can use fonts which are existing in the paths you set. if you want to use any other font you have to set the path for it.

The best is, when you take a look on the fonts java will find. there are methods doing this in the jdk and i think there exists sourcecode (book: Goto Java 2, Guido Krger, Addison-Wesley --> it is for free download

http://www.javabuch.de/download.html

(only german, sorry)

swingfreak at 2007-6-29 17:33:10 > top of Java-index,Desktop,Core GUI APIs...