<?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>Google Stop Blog - Make a change &#187; JFreeChart</title>
	<atom:link href="http://googlestop.com/blog/tag/jfreechart/feed/" rel="self" type="application/rss+xml" />
	<link>http://googlestop.com/blog</link>
	<description>Just another weblog of Charry</description>
	<lastBuildDate>Sat, 07 Jan 2012 09:51:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Problem with JFreechart</title>
		<link>http://googlestop.com/blog/2008/07/problem-with-jfreechart/</link>
		<comments>http://googlestop.com/blog/2008/07/problem-with-jfreechart/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 15:21:22 +0000</pubDate>
		<dc:creator>Charry</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[AWT]]></category>
		<category><![CDATA[JFreeChart]]></category>

		<guid isPermaLink="false">http://googlestop.com/blog/2008/07/07/problem-with-jfreechart/</guid>
		<description><![CDATA[一个基于Tomcat的程序里面用到了JFreeChart，偶尔用浏览器访问时，PC端安装的XManager的XServer会自动的打开，然后Tomcat就莫名其妙的挂掉。在没有安装XManager的PC上通常就不会出这种情况。查看一下log，如下： Can&#8217;t connect to X11 window server using &#8216;:0.0&#8242; as the value of the DISPLAY variable. 搜之，此乃awt的bug。加入以下参数启动即可： -Djava.awt.handless=true 如果是Tomcat，把上面的参数加到环境变量：CATALINA_OTPS里即可。 [ad]]]></description>
			<content:encoded><![CDATA[<p>一个基于Tomcat的程序里面用到了JFreeChart，偶尔用浏览器访问时，PC端安装的XManager的XServer会自动的打开，然后Tomcat就莫名其妙的挂掉。在没有安装XManager的PC上通常就不会出这种情况。查看一下log，如下：</p>
<blockquote><p>Can&#8217;t connect to X11 window server using &#8216;:0.0&#8242; as the value of the DISPLAY variable.</p></blockquote>
<p>搜之，此乃awt的bug。加入以下参数启动即可：</p>
<blockquote><p>-Djava.awt.handless=true</p></blockquote>
<p>如果是Tomcat，把上面的参数加到环境变量：CATALINA_OTPS里即可。</p>
<p>[ad]</p>
]]></content:encoded>
			<wfw:commentRss>http://googlestop.com/blog/2008/07/problem-with-jfreechart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

