richliu’s blog

Linux, 工作, 生活.

richliu’s blog header image 4

Gentoo Sun Jre 中文設定.

December 7th, 2005 · 1 Comment

今天看 建華金控 MMA的網頁, 發現JAVA 內的中文有問題. 在網路上找了一下, 最快速的方法是

# cd /opt/sun-jre-bin-1.5.0.05/lib/fonts/
# mkdir fallback
# cd fallback
# ln -sf /usr/share/fonts/fireflysung/fireflysung.ttf
重新啟動 Firefox , 大功告成.

對了, FF 支援 Sun Jre 的方法

# cd /usr/lib/mozilla-firefox/plugins
# ln -sf /opt/sun-jre-bin-1.5.0.05/plugin/i386/ns7/libjavaplugin_oji.so .

ref. Debian下Java 1.5中文字体配置

Tags: Gentoo, Linux

[Read more →]

Tags: Gentoo · Linux