On 5/8/06, Paul ZHU <zhu.blue@xxxxxxxxx> wrote:
yes, How do you fixed th java display?
Here is my fixes... Due to no taiwan fonts in Fedora Core 5. And SUN Java called a missing fonts to display. So No Chinese fonts would be displayed in Java Control Panel in gnome or KDE. The fonts becomes little block on display. The following is the mothed to fix: 1. In directory /usr/java/jre1.5.0_06/lib/ 2. cp fontconfig.RedHat.properties.src fontconfig.RedHat.properties 3. look for "filename.-arphic_technology_co.-ar_pl_mingti2l_big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1=/usr/share/fonts/zh_TW/TrueType/bsmi00lp.ttf" in file "fontconfig.RedHat.properties" Change to "filename.-arphic_technology_co.-ar_pl_mingti2l_big5-medium-r-normal--*-%d-*-*-c-*-iso10646-1=/usr/share/fonts/chinese/TrueType/uming.ttf" * Remember to logoff and logon to take effect because of the java_vm is running until user logged in.