<?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: changing the default JVM on OSX Leopard</title>
	<atom:link href="http://number9.hellooperator.net/articles/2008/05/21/changing-the-default-jvm-on-osx-leopard/feed" rel="self" type="application/rss+xml" />
	<link>http://number9.hellooperator.net/articles/2008/05/21/changing-the-default-jvm-on-osx-leopard</link>
	<description>a bird to bring my message home</description>
	<lastBuildDate>Fri, 25 Jun 2010 19:28:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jamescway</title>
		<link>http://number9.hellooperator.net/articles/2008/05/21/changing-the-default-jvm-on-osx-leopard/comment-page-1#comment-100383</link>
		<dc:creator>jamescway</dc:creator>
		<pubDate>Thu, 11 Jun 2009 18:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://number9.hellooperator.net/?p=137#comment-100383</guid>
		<description>@Dick My solution for getting the root user to work with the correct java was to run the Java Preferences.app as the root user. You can find a few more details at http://www.bangheadonwall.net/?p=118</description>
		<content:encoded><![CDATA[<p>@Dick My solution for getting the root user to work with the correct java was to run the Java Preferences.app as the root user. You can find a few more details at <a href="http://www.bangheadonwall.net/?p=118" rel="nofollow">http://www.bangheadonwall.net/?p=118</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick</title>
		<link>http://number9.hellooperator.net/articles/2008/05/21/changing-the-default-jvm-on-osx-leopard/comment-page-1#comment-100193</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Mon, 08 Jun 2009 14:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://number9.hellooperator.net/?p=137#comment-100193</guid>
		<description>@jamescway I think what Java version to run is set in your home directory. sudo runs java as root so that may be why.</description>
		<content:encoded><![CDATA[<p>@jamescway I think what Java version to run is set in your home directory. sudo runs java as root so that may be why.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamescway</title>
		<link>http://number9.hellooperator.net/articles/2008/05/21/changing-the-default-jvm-on-osx-leopard/comment-page-1#comment-99669</link>
		<dc:creator>jamescway</dc:creator>
		<pubDate>Tue, 02 Jun 2009 20:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://number9.hellooperator.net/?p=137#comment-99669</guid>
		<description>Hi, I was able to get it to work also using this method.  But for some reason when I run the java -version command as the root  or using sudo, it still gives me java 1.5.   The strange thing is that I am executing the same file!  I track it down to the physical location and its pointing to the ...\A\commands\java</description>
		<content:encoded><![CDATA[<p>Hi, I was able to get it to work also using this method.  But for some reason when I run the java -version command as the root  or using sudo, it still gives me java 1.5.   The strange thing is that I am executing the same file!  I track it down to the physical location and its pointing to the &#8230;\A\commands\java</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick</title>
		<link>http://number9.hellooperator.net/articles/2008/05/21/changing-the-default-jvm-on-osx-leopard/comment-page-1#comment-91896</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Wed, 25 Mar 2009 15:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://number9.hellooperator.net/?p=137#comment-91896</guid>
		<description>I just ran it under Instruments &lt;em&gt;(File Activity -&gt; Launch Executable)&lt;/em&gt; , and it seems to edit:

&lt;code&gt;~/Library/Caches/Java/deployment.properties&lt;/code&gt; 

I&#039;d try removing that file if I was you, it should be recreated.</description>
		<content:encoded><![CDATA[<p>I just ran it under Instruments <em>(File Activity -> Launch Executable)</em> , and it seems to edit:</p>
<p><code>~/Library/Caches/Java/deployment.properties</code> </p>
<p>I&#8217;d try removing that file if I was you, it should be recreated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://number9.hellooperator.net/articles/2008/05/21/changing-the-default-jvm-on-osx-leopard/comment-page-1#comment-91895</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 25 Mar 2009 14:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://number9.hellooperator.net/?p=137#comment-91895</guid>
		<description>Java Preferences.app crashes when I try to open it. What system file / setting does it modify so that I can change it manually?</description>
		<content:encoded><![CDATA[<p>Java Preferences.app crashes when I try to open it. What system file / setting does it modify so that I can change it manually?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AK</title>
		<link>http://number9.hellooperator.net/articles/2008/05/21/changing-the-default-jvm-on-osx-leopard/comment-page-1#comment-88476</link>
		<dc:creator>AK</dc:creator>
		<pubDate>Thu, 05 Mar 2009 18:04:06 +0000</pubDate>
		<guid isPermaLink="false">http://number9.hellooperator.net/?p=137#comment-88476</guid>
		<description>Thanks for the tip! This is far better than changing the symlinks...I did that and crashed my eclipse.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip! This is far better than changing the symlinks&#8230;I did that and crashed my eclipse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dahlgren</title>
		<link>http://number9.hellooperator.net/articles/2008/05/21/changing-the-default-jvm-on-osx-leopard/comment-page-1#comment-75225</link>
		<dc:creator>Dahlgren</dc:creator>
		<pubDate>Wed, 07 Jan 2009 23:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://number9.hellooperator.net/?p=137#comment-75225</guid>
		<description>Thanks for posting this. I was a few seconds away from changing the symlinks.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. I was a few seconds away from changing the symlinks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
