<?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 5 Setup on OS X [update]</title>
	<atom:link href="http://cordney.com/2005/09/24/java-5-setup-on-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://cordney.com/2005/09/24/java-5-setup-on-os-x/</link>
	<description>security, technology, life</description>
	<lastBuildDate>Tue, 11 Oct 2011 05:17:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: SJ</title>
		<link>http://cordney.com/2005/09/24/java-5-setup-on-os-x/comment-page-1/#comment-44</link>
		<dc:creator>SJ</dc:creator>
		<pubDate>Mon, 06 Mar 2006 18:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://cordney.com/2005/09/24/java-5-setup-on-os-x/#comment-44</guid>
		<description>For your error
â€œCommand /Developer/Private/jam failed with exit code 127â€³

Xcode cannot find the path to the Developer directory. Set the right path.</description>
		<content:encoded><![CDATA[<p>For your error<br />
â€œCommand /Developer/Private/jam failed with exit code 127â€³</p>
<p>Xcode cannot find the path to the Developer directory. Set the right path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Dannenberg</title>
		<link>http://cordney.com/2005/09/24/java-5-setup-on-os-x/comment-page-1/#comment-21</link>
		<dc:creator>Roger Dannenberg</dc:creator>
		<pubDate>Sun, 15 Jan 2006 18:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://cordney.com/2005/09/24/java-5-setup-on-os-x/#comment-21</guid>
		<description>I found the Apple article helpful up to the point where it says double click on the java executable ... what java executable? I couldn&#039;t find one, and my application compiled with Java 1.5 but failed with no error when run from the Finder. I was able to cd inside the application with a shell and see error messages. I was also able to start my java code by giving an explicit path to the 1.5 version of Java. I found this hint at Apple -- http://developer.apple.com/releasenotes/Java/Java50Release3RN/index.html -- that suggested setting the JVMVersion key of the Info.plist in the Application. I was able to make my application work from the Finder after manually editing the plist. Finally, I found on my Target window in Xcode, visited by double clicking the target, under Info.plist entries, Simple View, Pure Java Specific, a dropdown box called &quot;Target VM Version&quot;. I typed in &quot;1.5+&quot; (without the quotes) and then the application worked. Note that I also had to change the target settings, source settings, and JAVA_COMPILER build setting as instructed above.</description>
		<content:encoded><![CDATA[<p>I found the Apple article helpful up to the point where it says double click on the java executable &#8230; what java executable? I couldn&#8217;t find one, and my application compiled with Java 1.5 but failed with no error when run from the Finder. I was able to cd inside the application with a shell and see error messages. I was also able to start my java code by giving an explicit path to the 1.5 version of Java. I found this hint at Apple &#8212; <a href="http://developer.apple.com/releasenotes/Java/Java50Release3RN/index.html" rel="nofollow">http://developer.apple.com/releasenotes/Java/Java50Release3RN/index.html</a> &#8212; that suggested setting the JVMVersion key of the Info.plist in the Application. I was able to make my application work from the Finder after manually editing the plist. Finally, I found on my Target window in Xcode, visited by double clicking the target, under Info.plist entries, Simple View, Pure Java Specific, a dropdown box called &#8220;Target VM Version&#8221;. I typed in &#8220;1.5+&#8221; (without the quotes) and then the application worked. Note that I also had to change the target settings, source settings, and JAVA_COMPILER build setting as instructed above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Finch</title>
		<link>http://cordney.com/2005/09/24/java-5-setup-on-os-x/comment-page-1/#comment-18</link>
		<dc:creator>Finch</dc:creator>
		<pubDate>Wed, 14 Dec 2005 16:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://cordney.com/2005/09/24/java-5-setup-on-os-x/#comment-18</guid>
		<description>Excellent guide! Thanks for taking the time to write it! :)</description>
		<content:encoded><![CDATA[<p>Excellent guide! Thanks for taking the time to write it! <img src='http://cordney.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik</title>
		<link>http://cordney.com/2005/09/24/java-5-setup-on-os-x/comment-page-1/#comment-17</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Thu, 08 Dec 2005 20:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://cordney.com/2005/09/24/java-5-setup-on-os-x/#comment-17</guid>
		<description>i installed Java 1.5, and opened Xcode. I have made the proper changes described in this Article, but when i try to compile my Project, it says &quot;Command /Developer/Private/jam failed with exit code 127&quot; in the &quot;build results&quot; window.

Can anyone help?</description>
		<content:encoded><![CDATA[<p>i installed Java 1.5, and opened Xcode. I have made the proper changes described in this Article, but when i try to compile my Project, it says &#8220;Command /Developer/Private/jam failed with exit code 127&#8243; in the &#8220;build results&#8221; window.</p>
<p>Can anyone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahbe</title>
		<link>http://cordney.com/2005/09/24/java-5-setup-on-os-x/comment-page-1/#comment-16</link>
		<dc:creator>Ahbe</dc:creator>
		<pubDate>Sat, 26 Nov 2005 00:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://cordney.com/2005/09/24/java-5-setup-on-os-x/#comment-16</guid>
		<description>AAAhhhh.... FINALLY! IT WORKS! Ok, I&#039;ll admit I&#039;m new to this, and I have been struggling for some time now to get Java 5 to work in Xcode. Thank you Yaw Anokwa for your helpful template. It&#039;s works wonderfully in Xcode 2.2.</description>
		<content:encoded><![CDATA[<p>AAAhhhh&#8230;. FINALLY! IT WORKS! Ok, I&#8217;ll admit I&#8217;m new to this, and I have been struggling for some time now to get Java 5 to work in Xcode. Thank you Yaw Anokwa for your helpful template. It&#8217;s works wonderfully in Xcode 2.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TRL &#124; JoJo</title>
		<link>http://cordney.com/2005/09/24/java-5-setup-on-os-x/comment-page-1/#comment-14</link>
		<dc:creator>TRL &#124; JoJo</dc:creator>
		<pubDate>Tue, 15 Nov 2005 23:08:12 +0000</pubDate>
		<guid isPermaLink="false">http://cordney.com/2005/09/24/java-5-setup-on-os-x/#comment-14</guid>
		<description>&lt;strong&gt;J2SE 5 auf Mac OS X&lt;/strong&gt;

	Ach, ich liebe es. Diese ganzen zig Bezeichungen die sich alle irgenwie aehnlich anhoeren, besonders fuer Leute deren Muttersprache nicht grade Englisch ist. Die Ganzen einzelnen Versionen eben dieser Programme. Und daraus folgende Inkompatibilitaeten...</description>
		<content:encoded><![CDATA[<p><strong>J2SE 5 auf Mac OS X</strong></p>
<p>	Ach, ich liebe es. Diese ganzen zig Bezeichungen die sich alle irgenwie aehnlich anhoeren, besonders fuer Leute deren Muttersprache nicht grade Englisch ist. Die Ganzen einzelnen Versionen eben dieser Programme. Und daraus folgende Inkompatibilitaeten&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaw Anokwa</title>
		<link>http://cordney.com/2005/09/24/java-5-setup-on-os-x/comment-page-1/#comment-11</link>
		<dc:creator>Yaw Anokwa</dc:creator>
		<pubDate>Sun, 30 Oct 2005 04:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://cordney.com/2005/09/24/java-5-setup-on-os-x/#comment-11</guid>
		<description>This was a really useful reference, but I ran into a problem where I could compile but could not run the Java 5 code. 

It seems that Xcode 2.1 project file mangles the -jar Â«PROJECTNAMEASIDENTIFIERÂ».jar argument in the executable. Fortunately, I was able to tweak the old Xcode file to make it work and I have posted copy of the working template and installation instructions here:

http://www.anokwa.com/XCodeTemplate_Java5.zip</description>
		<content:encoded><![CDATA[<p>This was a really useful reference, but I ran into a problem where I could compile but could not run the Java 5 code. </p>
<p>It seems that Xcode 2.1 project file mangles the -jar Â«PROJECTNAMEASIDENTIFIERÂ».jar argument in the executable. Fortunately, I was able to tweak the old Xcode file to make it work and I have posted copy of the working template and installation instructions here:</p>
<p><a href="http://www.anokwa.com/XCodeTemplate_Java5.zip" rel="nofollow">http://www.anokwa.com/XCodeTemplate_Java5.zip</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

