View Single Post
  #6 (permalink)  
Old 01-27-2008, 01:42 AM
dishab dishab is offline
Member
 
Join Date: Jan 2008
Posts: 4
dishab is on a distinguished road
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
Reply With Quote