Ian Lewis
Ian Lewis is a web developer living in Tokyo Japan. His current interests are in Django, python, alternative databases and rapid web application development. About Me...

Javaに日本語のフォントのインストール

LinuxではJavaは標準に日本語フォントが大体インストールされてないので、手でインストールしないといけない。

Ubuntuでは、このようにFontインストールが済む:

mkdir -p <jvm>/jre/lib/fonts/fallback
cp /usr/share/fonts/truetype/vlgothic/*.ttf <jvm>/jre/lib/fonts/fallback
このエントリーを含むはてなブックマーク はてなブックマーク - Javaに日本語のフォントのインストール

blog comments powered by Disqus