<?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: Setting JAVA_HOME on Mac OS X 10.5</title>
	<atom:link href="http://www.mehtanirav.com/2008/09/02/setting-java_home-on-mac-os-x-105/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mehtanirav.com/2008/09/02/setting-java_home-on-mac-os-x-105</link>
	<description>Nirav Mehta on life, technology and future</description>
	<lastBuildDate>Sun, 14 Mar 2010 02:18:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joseph Toman</title>
		<link>http://www.mehtanirav.com/2008/09/02/setting-java_home-on-mac-os-x-105/comment-page-1#comment-133345</link>
		<dc:creator>Joseph Toman</dc:creator>
		<pubDate>Thu, 11 Feb 2010 21:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mehtanirav.com/?p=782#comment-133345</guid>
		<description>I figured out the 
export JAVA_HOME=`/usr/libexec/java_home`
myself, but thanks for the confirmation .</description>
		<content:encoded><![CDATA[<p>I figured out the<br />
export JAVA_HOME=`/usr/libexec/java_home`<br />
myself, but thanks for the confirmation .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kanisk</title>
		<link>http://www.mehtanirav.com/2008/09/02/setting-java_home-on-mac-os-x-105/comment-page-1#comment-133342</link>
		<dc:creator>Kanisk</dc:creator>
		<pubDate>Wed, 10 Feb 2010 00:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mehtanirav.com/?p=782#comment-133342</guid>
		<description>Thanks for this post, It removed my confusion.</description>
		<content:encoded><![CDATA[<p>Thanks for this post, It removed my confusion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murali</title>
		<link>http://www.mehtanirav.com/2008/09/02/setting-java_home-on-mac-os-x-105/comment-page-1#comment-133173</link>
		<dc:creator>Murali</dc:creator>
		<pubDate>Sun, 20 Sep 2009 18:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mehtanirav.com/?p=782#comment-133173</guid>
		<description>Thanks alot, it helped me alot</description>
		<content:encoded><![CDATA[<p>Thanks alot, it helped me alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Swingler</title>
		<link>http://www.mehtanirav.com/2008/09/02/setting-java_home-on-mac-os-x-105/comment-page-1#comment-133155</link>
		<dc:creator>Mike Swingler</dc:creator>
		<pubDate>Wed, 26 Aug 2009 14:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mehtanirav.com/?p=782#comment-133155</guid>
		<description>Don&#039;t hardcode a path to /Library/Java/Home. Instead you should use:
export JAVA_HOME=`/usr/libexec/java_home`
This will dynamically pick the top JVM from list in the Java Preferences app.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t hardcode a path to /Library/Java/Home. Instead you should use:<br />
export JAVA_HOME=`/usr/libexec/java_home`<br />
This will dynamically pick the top JVM from list in the Java Preferences app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vamshi</title>
		<link>http://www.mehtanirav.com/2008/09/02/setting-java_home-on-mac-os-x-105/comment-page-1#comment-133088</link>
		<dc:creator>Vamshi</dc:creator>
		<pubDate>Tue, 21 Jul 2009 20:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mehtanirav.com/?p=782#comment-133088</guid>
		<description>Very Helpful

Thanks alot.</description>
		<content:encoded><![CDATA[<p>Very Helpful</p>
<p>Thanks alot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan</title>
		<link>http://www.mehtanirav.com/2008/09/02/setting-java_home-on-mac-os-x-105/comment-page-1#comment-132840</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Fri, 10 Apr 2009 04:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mehtanirav.com/?p=782#comment-132840</guid>
		<description>Thanks to both of you (you and Sean) for this.  I needed to get Jetty up and running, and my lack of knowledge about the java environment was making me fail on this seemingly innocuous little thing... Thanks again! :)</description>
		<content:encoded><![CDATA[<p>Thanks to both of you (you and Sean) for this.  I needed to get Jetty up and running, and my lack of knowledge about the java environment was making me fail on this seemingly innocuous little thing&#8230; Thanks again! <img src='http://www.mehtanirav.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean M. Brown</title>
		<link>http://www.mehtanirav.com/2008/09/02/setting-java_home-on-mac-os-x-105/comment-page-1#comment-132717</link>
		<dc:creator>Sean M. Brown</dc:creator>
		<pubDate>Mon, 22 Dec 2008 04:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mehtanirav.com/?p=782#comment-132717</guid>
		<description>End of year thanks: this post is the number one referring link (non-search) to my blog.</description>
		<content:encoded><![CDATA[<p>End of year thanks: this post is the number one referring link (non-search) to my blog.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
