<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>阿宽技术博客 &#187; netbeans乱码</title>
	<atom:link href="http://www.hengxinsoft.com/tag/netbeans%e4%b9%b1%e7%a0%81/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hengxinsoft.com</link>
	<description>技术交流</description>
	<lastBuildDate>Thu, 12 Jan 2012 06:17:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>ubuntu 9.04下netbeans6.7.1的乱码问题的解决</title>
		<link>http://www.hengxinsoft.com/2009/09/ubuntu-904%e4%b8%8bnetbeans671%e7%9a%84%e4%b9%b1%e7%a0%81%e9%97%ae%e9%a2%98%e7%9a%84%e8%a7%a3%e5%86%b3/</link>
		<comments>http://www.hengxinsoft.com/2009/09/ubuntu-904%e4%b8%8bnetbeans671%e7%9a%84%e4%b9%b1%e7%a0%81%e9%97%ae%e9%a2%98%e7%9a%84%e8%a7%a3%e5%86%b3/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 07:02:00 +0000</pubDate>
		<dc:creator>akin</dc:creator>
				<category><![CDATA[Java栏]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[netbeans中文乱码]]></category>
		<category><![CDATA[netbeans乱码]]></category>
		<category><![CDATA[ubuntu 9.04 netbeans 乱码]]></category>
		<category><![CDATA[ubuntu netbeans]]></category>

		<guid isPermaLink="false">http://www.hengxinsoft.com/?p=341</guid>
		<description><![CDATA[安装后之所以出现乱码是因为jre中没有中文字体的缘故，我们只需要在其中加入中文字体包即可 我们需要把/usr/share/fonts/turetype/arphic/目录下面的字体拷贝到/usr/lib/jvm/java-6-sun/jre/lib/fonts/fallback，（可根据jdk安装位置找，具体情况具体分析，不一定和我的一样哦） 普通用户的权限是不够的我们需要用root权限（sudo su切换root用户） 进入到/usr/lib/jvm/java-6-sun/jre/lib/fonts/fallback目录下 在命令行分别运行 cp /usr/share/fonts/truetype/arphic/bsmi00lp.ttf ./ cp /usr/share/fonts/truetype/arphic/gbsn00lp.ttf ./ cp /usr/share/fonts/truetype/arphic/ukai.ttc ./ cp /usr/share/fonts/truetype/arphic/ukai.ttc ./ 我的只有四个字体包，拷贝完成之后启动netbeans,乱码问题解决～！ 提示：拷贝到当前目录命令 cp [源文件或目录] ./  (./表示当前目录) 如果发现/usr/lib/jvm/java-6-sun/jre/lib/fonts/目录下没有fallback目录我们需要用mkdir fallback 命令去创建新目录 Copyright &#169; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at [...]]]></description>
			<content:encoded><![CDATA[<p>安装后之所以出现乱码是因为jre中没有中文字体的缘故，我们只需要在其中加入中文字体包即可<br />
我们需要把/usr/share/fonts/turetype/arphic/目录下面的字体拷贝到/usr/lib/jvm/java-6-sun/jre/lib/fonts/fallback，（可根据jdk安装位置找，具体情况具体分析，不一定和我的一样哦）</p>
<p>普通用户的权限是不够的我们需要用root权限（sudo su切换root用户） 进入到/usr/lib/jvm/java-6-sun/jre/lib/fonts/fallback目录下 在命令行分别运行<br />
cp /usr/share/fonts/truetype/arphic/bsmi00lp.ttf ./<br />
cp /usr/share/fonts/truetype/arphic/gbsn00lp.ttf ./<br />
cp /usr/share/fonts/truetype/arphic/ukai.ttc ./<br />
cp /usr/share/fonts/truetype/arphic/ukai.ttc ./<br />
我的只有四个字体包，拷贝完成之后启动netbeans,乱码问题解决～！</p>
<p>提示：拷贝到当前目录命令 cp [源文件或目录] ./  (./表示当前目录)<br />
如果发现/usr/lib/jvm/java-6-sun/jre/lib/fonts/目录下没有fallback目录我们需要用mkdir fallback 命令去创建新目录</p>
<hr />Copyright &copy; SITE_NAME. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement.]]></content:encoded>
			<wfw:commentRss>http://www.hengxinsoft.com/2009/09/ubuntu-904%e4%b8%8bnetbeans671%e7%9a%84%e4%b9%b1%e7%a0%81%e9%97%ae%e9%a2%98%e7%9a%84%e8%a7%a3%e5%86%b3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

