<?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>ss &#124; blog &#187; Java</title>
	<atom:link href="http://blog.siansiew.com/category/dev/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.siansiew.com</link>
	<description>Geeky (and non-geeky) ramblings.</description>
	<lastBuildDate>Mon, 27 Jul 2009 11:36:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Obscure Java error</title>
		<link>http://blog.siansiew.com/2007/10/28/obscure-java-error/</link>
		<comments>http://blog.siansiew.com/2007/10/28/obscure-java-error/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 08:45:09 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Coding/Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tips & Tweaks]]></category>

		<guid isPermaLink="false">http://siansiew.com/2007/10/28/obscure-java-error/</guid>
		<description><![CDATA[Got a &#8220;java.lang.InternalError:Can&#8217;t connect to window server&#8221; while trying to get Glassfish up and running on a Mac G5 running Mac OS X recently at work which was pretty odd as our application and Glassfish do not fire up any GUIs. After some googling, problem was fixed by adding a &#8216;-Djava.awt.headless=true&#8217; to the list of [...]]]></description>
			<content:encoded><![CDATA[<p>Got a &#8220;java.lang.InternalError:Can&#8217;t connect to window server&#8221; while trying to get <a href="https://glassfish.dev.java.net/" target="_blank">Glassfish</a> up and running on a Mac G5 running Mac OS X recently at work which was pretty odd as our application and Glassfish do not fire up any GUIs. After some <a href="http://jira.atlassian.com/browse/CONF-2075" target="_blank">googling</a>, problem was fixed by adding a &#8216;-Djava.awt.headless=true&#8217; to the list of system variables.</p>
<p>Although it was fixed relatively easily, it seems rather odd that Java would actually try to access the X server even though I was running it through a SSH terminal window (PuTTY)..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2007/10/28/obscure-java-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse IDE 3.3 (Europa) released</title>
		<link>http://blog.siansiew.com/2007/07/02/eclipse-ide-33-europa-released/</link>
		<comments>http://blog.siansiew.com/2007/07/02/eclipse-ide-33-europa-released/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 13:40:11 +0000</pubDate>
		<dc:creator>Benny Chew</dc:creator>
				<category><![CDATA[Coding/Development]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://siansiew.com/2007/07/02/eclipse-ide-33-europa-released/</guid>
		<description><![CDATA[If you&#8217;re developing in Java and have not used Eclipse before, you don&#8217;t know what you&#8217;re missing out. :) Probably would test out the Web Tools project of the Europa release as web services and distribution seems to be my domain at work in recent times..]]></description>
			<content:encoded><![CDATA[<p><img src="http://siansiew.com/wp-content/uploads/2007/07/eclipse_logo.gif" alt="Eclipse" />If you&#8217;re developing in <a href="http://java.sun.com/" target="_blank">Java</a> and have not used <a href="http://www.eclipse.org/" target="_blank">Eclipse</a> before, you don&#8217;t know what you&#8217;re missing out. :)</p>
<p>Probably would test out the <a href="http://www.eclipse.org/webtools/main.php" target="_blank">Web Tools</a> project of the <a href="http://www.eclipse.org/europa/" target="_blank">Europa</a> release as web services and distribution seems to be my domain at work in recent times..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siansiew.com/2007/07/02/eclipse-ide-33-europa-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
