<?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: Getting Java source on the Mac</title>
	<atom:link href="http://tech.puredanger.com/index.php/2007/09/21/java-source-mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.puredanger.com/2007/09/21/java-source-mac/</link>
	<description>Alex Miller&#039;s technical blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:39:50 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Swati</title>
		<link>http://tech.puredanger.com/2007/09/21/java-source-mac/comment-page-1/#comment-296110</link>
		<dc:creator>Swati</dc:creator>
		<pubDate>Mon, 06 Feb 2012 01:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2007/09/21/java-source-mac/#comment-296110</guid>
		<description>Java 1.6 update 29 source code is available at location:
/Library/Java/JavaVirtualMachines/1.6.0_29-b11-402.jdk/Contents/Home/src.jar</description>
		<content:encoded><![CDATA[<p>Java 1.6 update 29 source code is available at location:<br />
/Library/Java/JavaVirtualMachines/1.6.0_29-b11-402.jdk/Contents/Home/src.jar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Waisbrot</title>
		<link>http://tech.puredanger.com/2007/09/21/java-source-mac/comment-page-1/#comment-284407</link>
		<dc:creator>Nate Waisbrot</dc:creator>
		<pubDate>Thu, 17 Mar 2011 18:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2007/09/21/java-source-mac/#comment-284407</guid>
		<description>Thanks for the link, KP.  I was mistakenly looking at developer.apple.com instead of connect.apple.com and was frustrated to find this: https://developer.apple.com/library/mac/#documentation/Java/Conceptual/Java14Development/02-JavaDevTools/JavaDevTools.html#//apple_ref/doc/uid/TP40001884-206988-TPXREF138

Which is the &quot;Java Development Guide for Mac OS X&quot; and which (falsely) claims &quot;Sun’s Java SE 6 API documentation is available in /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/docs.jar. Documentation for Apple’s Java extensions is available in appledocs.jar in the same directory.&quot;  What a pain for something that should be so easy!</description>
		<content:encoded><![CDATA[<p>Thanks for the link, KP.  I was mistakenly looking at developer.apple.com instead of connect.apple.com and was frustrated to find this: <a href="https://developer.apple.com/library/mac/#documentation/Java/Conceptual/Java14Development/02-JavaDevTools/JavaDevTools.html#//apple_ref/doc/uid/TP40001884-206988-TPXREF138" rel="nofollow">https://developer.apple.com/library/mac/#documentation/Java/Conceptual/Java14Development/02-JavaDevTools/JavaDevTools.html#//apple_ref/doc/uid/TP40001884-206988-TPXREF138</a></p>
<p>Which is the &#8220;Java Development Guide for Mac OS X&#8221; and which (falsely) claims &#8220;Sun’s Java SE 6 API documentation is available in /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/docs.jar. Documentation for Apple’s Java extensions is available in appledocs.jar in the same directory.&#8221;  What a pain for something that should be so easy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KP</title>
		<link>http://tech.puredanger.com/2007/09/21/java-source-mac/comment-page-1/#comment-283568</link>
		<dc:creator>KP</dc:creator>
		<pubDate>Fri, 11 Mar 2011 16:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2007/09/21/java-source-mac/#comment-283568</guid>
		<description>Wow, it took me forever to find it on the Apple site.  You wanna look for the Java Developer Package, and the link is http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wo/5.1.17.2.1.3.3.1.0.1.1.0.3.9.3.3.1</description>
		<content:encoded><![CDATA[<p>Wow, it took me forever to find it on the Apple site.  You wanna look for the Java Developer Package, and the link is <a href="http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wo/5.1.17.2.1.3.3.1.0.1.1.0.3.9.3.3.1" rel="nofollow">http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wo/5.1.17.2.1.3.3.1.0.1.1.0.3.9.3.3.1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Hazelwood</title>
		<link>http://tech.puredanger.com/2007/09/21/java-source-mac/comment-page-1/#comment-261976</link>
		<dc:creator>Mike Hazelwood</dc:creator>
		<pubDate>Fri, 12 Nov 2010 16:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2007/09/21/java-source-mac/#comment-261976</guid>
		<description>The src.jar file has been moved to /Library/Java/JavaVirtualMachines/1.6.0_22-b04-307.jdk/Contents/Home/src.jar in the latest package.</description>
		<content:encoded><![CDATA[<p>The src.jar file has been moved to /Library/Java/JavaVirtualMachines/1.6.0_22-b04-307.jdk/Contents/Home/src.jar in the latest package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Vorburger</title>
		<link>http://tech.puredanger.com/2007/09/21/java-source-mac/comment-page-1/#comment-260250</link>
		<dc:creator>Michael Vorburger</dc:creator>
		<pubDate>Tue, 02 Nov 2010 20:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://tech.puredanger.com/2007/09/21/java-source-mac/#comment-260250</guid>
		<description>It&#039;s now called &quot;Java Developer Package for Mac OS X 10.6 Update 3 (Disk Image)&quot; and has 139.4 MB; also found e.g. here: http://dl.dropbox.com/u/4801603/javadeveloper_10.6_10m3261.dmg</description>
		<content:encoded><![CDATA[<p>It&#8217;s now called &#8220;Java Developer Package for Mac OS X 10.6 Update 3 (Disk Image)&#8221; and has 139.4 MB; also found e.g. here: <a href="http://dl.dropbox.com/u/4801603/javadeveloper_10.6_10m3261.dmg" rel="nofollow">http://dl.dropbox.com/u/4801603/javadeveloper_10.6_10m3261.dmg</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

