<?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: Java 6 for Mac OSX leopard</title>
	<atom:link href="http://www.gridshore.nl/2008/05/01/java-6-for-mac-osx-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gridshore.nl/2008/05/01/java-6-for-mac-osx-leopard/</link>
	<description>A weblog about software engineering, Architecture, Technology an other things we like.</description>
	<lastBuildDate>Thu, 19 Aug 2010 21:06:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: jettro</title>
		<link>http://www.gridshore.nl/2008/05/01/java-6-for-mac-osx-leopard/comment-page-1/#comment-21633</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Mon, 27 Apr 2009 13:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=123#comment-21633</guid>
		<description>I do not think it is wise to start tomcat as root, you can also combine the standard apache and tomcat. That way you can supply all static content from apache and you do not need to do this using tomcat. That way tomcat can be running on port 8080.</description>
		<content:encoded><![CDATA[<p>I do not think it is wise to start tomcat as root, you can also combine the standard apache and tomcat. That way you can supply all static content from apache and you do not need to do this using tomcat. That way tomcat can be running on port 8080.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: René</title>
		<link>http://www.gridshore.nl/2008/05/01/java-6-for-mac-osx-leopard/comment-page-1/#comment-21632</link>
		<dc:creator>René</dc:creator>
		<pubDate>Mon, 27 Apr 2009 13:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=123#comment-21632</guid>
		<description>I am developing web apps and I have to start tomcat under port 80. Therefore I need root rights. When the code is compiled with 1.6 and tomcat starts in a 1.5 environment it is not working. Of course I can change the compile version to 1.5. But actually I don´t want to do that.

To make eclipse run with the settings changed to 1.6, you might have to modify the Info.plist in eclipse.app. 
uncoment or add:
-vm/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java
Then eclipse should start again.</description>
		<content:encoded><![CDATA[<p>I am developing web apps and I have to start tomcat under port 80. Therefore I need root rights. When the code is compiled with 1.6 and tomcat starts in a 1.5 environment it is not working. Of course I can change the compile version to 1.5. But actually I don´t want to do that.</p>
<p>To make eclipse run with the settings changed to 1.6, you might have to modify the Info.plist in eclipse.app.<br />
uncoment or add:<br />
-vm/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Commands/java<br />
Then eclipse should start again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jettro</title>
		<link>http://www.gridshore.nl/2008/05/01/java-6-for-mac-osx-leopard/comment-page-1/#comment-21628</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Mon, 27 Apr 2009 11:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=123#comment-21628</guid>
		<description>In this folder : /System/Library/Frameworks/JavaVM.framework/Versions you can find all java versions. There are also a few special folders, the Current/CurrentJDK and the A. In the past I have changed these paths as well, but I ran into some problems with specific applications. Eclipse/Intellij that kind of apps. Therefore I switched them back. At the moment I have the same problem, can I ask why you want sudo rights to run something in Java?</description>
		<content:encoded><![CDATA[<p>In this folder : /System/Library/Frameworks/JavaVM.framework/Versions you can find all java versions. There are also a few special folders, the Current/CurrentJDK and the A. In the past I have changed these paths as well, but I ran into some problems with specific applications. Eclipse/Intellij that kind of apps. Therefore I switched them back. At the moment I have the same problem, can I ask why you want sudo rights to run something in Java?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: René</title>
		<link>http://www.gridshore.nl/2008/05/01/java-6-for-mac-osx-leopard/comment-page-1/#comment-21627</link>
		<dc:creator>René</dc:creator>
		<pubDate>Mon, 27 Apr 2009 11:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=123#comment-21627</guid>
		<description>Hi,
I did all the steps and it works. Except for the root user. When I enter 
&quot;sudo java -version&quot; in the terminal I get the following Message

java version &quot;1.5.0_16&quot;
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)
Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)

Any ideas how to change the java version for the root user?
Thanks
René</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I did all the steps and it works. Except for the root user. When I enter<br />
&#8220;sudo java -version&#8221; in the terminal I get the following Message</p>
<p>java version &#8220;1.5.0_16&#8243;<br />
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)<br />
Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)</p>
<p>Any ideas how to change the java version for the root user?<br />
Thanks<br />
René</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Goran</title>
		<link>http://www.gridshore.nl/2008/05/01/java-6-for-mac-osx-leopard/comment-page-1/#comment-1088</link>
		<dc:creator>Goran</dc:creator>
		<pubDate>Thu, 08 May 2008 08:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=123#comment-1088</guid>
		<description>Ej relaxed!

Helpfull article, Thanks.</description>
		<content:encoded><![CDATA[<p>Ej relaxed!</p>
<p>Helpfull article, Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jettro</title>
		<link>http://www.gridshore.nl/2008/05/01/java-6-for-mac-osx-leopard/comment-page-1/#comment-904</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Fri, 02 May 2008 08:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=123#comment-904</guid>
		<description>I agree that command line you get the right version, but starting aplications like IntelliJ or other java tools use the currentJdk to start. So intelliJ will not use java 6. At least that is what I have found, maybe I am wrong, then please let me know.</description>
		<content:encoded><![CDATA[<p>I agree that command line you get the right version, but starting aplications like IntelliJ or other java tools use the currentJdk to start. So intelliJ will not use java 6. At least that is what I have found, maybe I am wrong, then please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pratik</title>
		<link>http://www.gridshore.nl/2008/05/01/java-6-for-mac-osx-leopard/comment-page-1/#comment-892</link>
		<dc:creator>Pratik</dc:creator>
		<pubDate>Thu, 01 May 2008 22:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=123#comment-892</guid>
		<description>Please don&#039;t change the CurrentJDK symlink. The Java Preferences app in /Applications/Utilities/Java should switch the default java on the command line for you if you drag Java SE 6 to the top most entry.</description>
		<content:encoded><![CDATA[<p>Please don&#8217;t change the CurrentJDK symlink. The Java Preferences app in /Applications/Utilities/Java should switch the default java on the command line for you if you drag Java SE 6 to the top most entry.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
