<?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>pitr.net &#187; java</title>
	<atom:link href="http://www.pitr.net/index.php/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pitr.net</link>
	<description></description>
	<lastBuildDate>Sat, 11 Jul 2009 19:25:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Java weirdness</title>
		<link>http://www.pitr.net/index.php/2009/01/31/java-weirdness/</link>
		<comments>http://www.pitr.net/index.php/2009/01/31/java-weirdness/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 20:18:53 +0000</pubDate>
		<dc:creator>pj</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.pitr.net/?p=56</guid>
		<description><![CDATA[&#8220;In Java, int x = 5; x += 2.5; works (x is now 7), whereas int x = 5; x = x + 2.5; gives a type error.&#8221; The first one to explain this wins a free beer ..]]></description>
			<content:encoded><![CDATA[<p>&#8220;In Java, int x = 5; x += 2.5; works (x is now 7), whereas int x = 5; x = x + 2.5; gives a type error.&#8221;</p>
<p>The first one to explain this wins a free beer .. <img src='http://www.pitr.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pitr.net/index.php/2009/01/31/java-weirdness/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apache&#8217;s ANT inconsistencies</title>
		<link>http://www.pitr.net/index.php/2006/12/17/apaches-ant-inconsistencies/</link>
		<comments>http://www.pitr.net/index.php/2006/12/17/apaches-ant-inconsistencies/#comments</comments>
		<pubDate>Sun, 17 Dec 2006 11:18:23 +0000</pubDate>
		<dc:creator>pj</dc:creator>
				<category><![CDATA[ant]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.pitr.net/index.php/2006/12/17/apaches-ant-inconsistencies/</guid>
		<description><![CDATA[build.xml:16: The type doesn&#8217;t support the &#8220;dst&#8221; attribute. Fix: use &#8216;dest&#8217; instead of &#8216;dst&#8217;.]]></description>
			<content:encoded><![CDATA[<p>build.xml:16: The  type doesn&#8217;t support the &#8220;dst&#8221; attribute.</p>
<p>Fix: use &#8216;dest&#8217; instead of &#8216;dst&#8217;. <img src='http://www.pitr.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pitr.net/index.php/2006/12/17/apaches-ant-inconsistencies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution to &#8220;Error starting modern compiler&#8221;</title>
		<link>http://www.pitr.net/index.php/2006/12/17/error-starting-modern-compiler/</link>
		<comments>http://www.pitr.net/index.php/2006/12/17/error-starting-modern-compiler/#comments</comments>
		<pubDate>Sat, 16 Dec 2006 22:35:07 +0000</pubDate>
		<dc:creator>pj</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[opensource]]></category>

		<guid isPermaLink="false">http://www.pitr.net/index.php/2006/12/17/error-starting-modern-compiler/</guid>
		<description><![CDATA[The eclipse/java error &#8220;Error starting modern compiler&#8221; when trying to compile something using javac in eclipse is being caused by eclipse using a different java VM than the one JAVA_HOME is pointing to. Other keywords: eclipse compile error &#8220;13: Error starting modern compiler&#8221; eclipse cannot compile]]></description>
			<content:encoded><![CDATA[<p>The eclipse/java error &#8220;Error starting modern compiler&#8221; when trying to compile something using javac in eclipse is being caused by eclipse using a different java VM than the one JAVA_HOME is pointing to.</p>
<p>Other keywords:</p>
<ul>
<li>eclipse compile error</li>
<li>&#8220;13: Error starting modern compiler&#8221;</li>
<li>eclipse cannot compile</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.pitr.net/index.php/2006/12/17/error-starting-modern-compiler/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
	</channel>
</rss>
