<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Murach&#8217;s Java SE 6&#8230;</title>
	<atom:link href="http://www.highcaliberguns.com/2007/08/23/murachs-java-se-6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.highcaliberguns.com/2007/08/23/murachs-java-se-6/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 07:03:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aaron Jackson</title>
		<link>http://www.highcaliberguns.com/2007/08/23/murachs-java-se-6/comment-page-1/#comment-255</link>
		<dc:creator>Aaron Jackson</dc:creator>
		<pubDate>Thu, 23 Aug 2007 20:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.highcaliberguns.com/2007/08/23/murachs-java-se-6/#comment-255</guid>
		<description>Feel free to donate one of Steve's computers to High Caliber Guns.</description>
		<content:encoded><![CDATA[<p>Feel free to donate one of Steve&#8217;s computers to High Caliber Guns.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Martin</title>
		<link>http://www.highcaliberguns.com/2007/08/23/murachs-java-se-6/comment-page-1/#comment-254</link>
		<dc:creator>Anthony Martin</dc:creator>
		<pubDate>Thu, 23 Aug 2007 19:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.highcaliberguns.com/2007/08/23/murachs-java-se-6/#comment-254</guid>
		<description>class Neat {
&#160;&#160;&#160;&#160;public static void main ( String[] argv ) {
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;java.util.Properties props = System.getProperties() ;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;String userName = props.getProperty("user.name") ;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;String osArch = props.getProperty("os.arch") ;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; String osName = props.getProperty("os.name") ;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;System.out.printf("Hi, %s.  I hope you like your %s platform running that %s!!\n",
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;userName,
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;osArch,
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;osName.toUpperCase().indexOf("WIN") != -1 ? "crappy " + osName : "wonderful " + osName) ;
       }
}
</description>
		<content:encoded><![CDATA[<p>class Neat {<br />
&nbsp;&nbsp;&nbsp;&nbsp;public static void main ( String[] argv ) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;java.util.Properties props = System.getProperties() ;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;String userName = props.getProperty(&#8221;user.name&#8221;) ;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;String osArch = props.getProperty(&#8221;os.arch&#8221;) ;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; String osName = props.getProperty(&#8221;os.name&#8221;) ;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;System.out.printf(&#8221;Hi, %s.  I hope you like your %s platform running that %s!!\n&#8221;,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;userName,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;osArch,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;osName.toUpperCase().indexOf(&#8221;WIN&#8221;) != -1 ? &#8220;crappy &#8221; + osName : &#8220;wonderful &#8221; + osName) ;<br />
       }<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
