jiazeng
Location : Beijing
Member since : Aug 17, 2003
Messages : 1
|
Aug 17, 2003 at 8:34 AM
With PJA, my program is running well without X Window under Redhat Linux, and the pictures can be displayed correctly, but I found new issue:
the chinese character can not be displayed (the result is something like square), and I have put the chinese font file to the $user.home/lib/ , the issue is still existing.
under Xwindow, all is ok, but without Xwindow, how to solve this issue?
|
Manu
Location : Paris / France
Member since : Apr 29, 2003
Messages : 394
|
Sep 21, 2003 at 6:25 PM
The $user.home/lib/ directory is where should be stored your font.properties file and fonts must be stored in the directory contained in the java.awt.fonts property. These two directories may be the same one but as your message doesn't mention the java.awt.fonts property, I guess you mixed up these two directories. --- Manu (moderator/modérateur)
|