<?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>Steve&#039;s Blog &#187; Java</title>
	<atom:link href="http://www.crc.id.au/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crc.id.au</link>
	<description>One beans place in space.</description>
	<lastBuildDate>Sat, 07 Jan 2012 11:00:39 +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>Installing Java 1.6 on OSX</title>
		<link>http://www.crc.id.au/2007/06/07/installing-java-16-on-osx/</link>
		<comments>http://www.crc.id.au/2007/06/07/installing-java-16-on-osx/#comments</comments>
		<pubDate>Thu, 07 Jun 2007 03:22:12 +0000</pubDate>
		<dc:creator>Steven Haigh</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.crc.id.au/2007/06/07/installing-java-16-on-osx/</guid>
		<description><![CDATA[It seems Apple has been lagging behind releasing a general update for Java for OSX Tiger. Rumour has it that Leopard will include java 1.6, however some people need it now. The good news is that it can be installed on Tiger now with the following steps. 1. Go to connect.apple.com, and register/log in. You [...]]]></description>
			<content:encoded><![CDATA[<p>It seems Apple has been lagging behind releasing a general update for Java for OSX Tiger. Rumour has it that Leopard will include java 1.6, however some people need it now. The good news is that it can be installed on Tiger now with the following steps.</p>
<p>1. Go to <a href="http://connect.apple.com">connect.apple.com</a>, and register/log in. You will need an account to do this.<br />
2. Go to the downloads section and select &#8220;Java&#8221; on the right hand side menu<br />
3. Download &#8220;Java SE 6.0 Release 1 DP6 (Disk Image)&#8221;<br />
4. Once downlaod is complete, and launch the installer<br />
5. Complete the steps in the installer<br />
6. Launch Terminal, and issue these commands:</p>
<ul> <code># cd /System/Library/Frameworks/JavaVM.framework/Versions<br />
# sudo rm CurrentJDK<br />
(enter your password)<br />
# sudo ln -s 1.6 CurrentJDK<br />
</code></ul>
<p>This will set Java 1.6 to be your default java installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crc.id.au/2007/06/07/installing-java-16-on-osx/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

