Font problem and loading in Linux Mandrake 8.0 Okay, went and got jre ... here's my $PATH:
/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/usr/games:/usr/sbin:/usr/java/jre1.3.1/bin
(1st to verify java is in my $PATH):
$ which java
/usr/java/jre1.3.1/bin/java
Upon executing LimeWire (and I've followed the directions in the README
and trying all these):
$ sh runlime.sh
(or)
$ ./runlime.sh
(or)
$ java -cp . RunLime
(or)
$ java -cp .:LimeWire.jar:collections.jar a.a.a.b.Main
They start up with the following and a small window that *can't* be changed in
size that you can read part of "welcom" and that's it. Here's the output from the shell:
[goober@localhost LimeWire]$ ./runlime.sh
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]
....... (repeats several times).
My question is there some kind of font type that needs declaring?
I'm running Mandrake 8.0, under KDE 2.1.2, with anti-aliasing fonts
turned on.
Could a particualr font setting (ie; general) be affecting Java programs?
Anyone have any ideas? |