|
I tried some more things but had still no success:
java -Dawt.toolkit=sun.awt.X11.XToolkit -Djava.awt.headless=true -cp . PicTest
java -Dawt.toolkit=sun.awt.motif.MToolkit -Djava.awt.headless=true -cp . PicTest
I also downloaded PJA and executed PJADemo. This program generated 3 images. Two of them are including different shapes and looking good. The third one, which should contain text, is only a white rectangle.
I have no fonts under /usr/X11R6/lib/X11/fonts/TrueTypes. Can this be the problem?
Thanks, Dishab
|