<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>kerneljack&#039;s diary &#187; apple</title>
	<atom:link href="http://www.kerneljack.com/category/apple/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerneljack.com</link>
	<description></description>
	<lastBuildDate>Sun, 27 Feb 2011 13:22:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Links for June 3, 2007</title>
		<link>http://www.kerneljack.com/2007/06/03/links-for-june-3-2007/</link>
		<comments>http://www.kerneljack.com/2007/06/03/links-for-june-3-2007/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 19:04:16 +0000</pubDate>
		<dc:creator>kerneljack</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://kerneljack.wordpress.com/2007/06/03/links-for-june-3-2007/</guid>
		<description><![CDATA[Fedora 7 is released!: I really liked the last Fedora release, but I believe it was slightly plagued by problems with some of it&#8217;s package management utilities. I have already installed this release and am quite impressed. Wireless now works &#8230; <a href="http://www.kerneljack.com/2007/06/03/links-for-june-3-2007/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://docs.fedoraproject.org/release-notes/f7/en_US/sn-OverView.html" target="_blank">Fedora 7 is released!:</a> I really liked the last Fedora release, but I believe it was slightly plagued by problems with some of it&#8217;s package management utilities. I have already installed this release and am quite impressed. Wireless now works with WPA out of the box and their new re-spinning feature is something I will try out someday.</p>
<p><a href="http://www.xml.com/pub/a/2007/05/09/xml-parser-benchmarks-part-1.html" target="_blank">XML Parser benchmarks:</a>  I have always had my own suspicions of which XML parser model would be faster (Sax or StaX), but I&#8217;m glad to see this benchmark done by the O&#8217;Reilly folks.</p>
<p><a href="http://www.tuxdeluxe.org/node/175" target="_blank">Fear and loathing at Cupertino:</a>  Jeremy Allison&#8217;s terrible experience while trying to prepare a talk for his Apple WWDC presentation. Jeremy works on Samba, along with Tridge, who they all call &#8220;the smartest man in Australia&#8221; <img src='http://www.kerneljack.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Jeremy works at Google now. Smart man.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kerneljack.com/2007/06/03/links-for-june-3-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wierd Java error on my Mac</title>
		<link>http://www.kerneljack.com/2006/10/16/wierd-java-error-on-my-mac/</link>
		<comments>http://www.kerneljack.com/2006/10/16/wierd-java-error-on-my-mac/#comments</comments>
		<pubDate>Mon, 16 Oct 2006 19:03:59 +0000</pubDate>
		<dc:creator>kerneljack</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://kerneljack.wordpress.com/2006/10/16/wierd-java-error-on-my-mac/</guid>
		<description><![CDATA[I turned my computer on today to get some work done, started Eclipse and started coding. When I tried to use the command-line though, I got this strange error: Error: no known VMs. (check for corrupt jvm.cfg file) I couldn&#8217;t &#8230; <a href="http://www.kerneljack.com/2006/10/16/wierd-java-error-on-my-mac/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I turned my computer on today to get some work done, started Eclipse and started coding. When I tried to use the command-line though, I got this strange error:</p>
<p><code><br />
Error: no known VMs. (check for corrupt jvm.cfg file)<br />
</code></p>
<p>I couldn&#8217;t run <code>'java'</code> or <code>'javac'</code> from the command-line at all! I immediately went to <code>/System/Library/Frameworks/JavaVM.framework</code> and looked for <code>'jvm.cfg'</code>. I have 3 VMs installed on this machine, <code>1.3.1</code>, <code>1.4.2</code>, and <code>1.5.0</code>. <code>1.3.1</code> and <code>1.4.2</code> had a proper <code>jvm.cfg</code> file installed but for some reason 1.5.0&#8242;s <code>jvm.cfg</code> was a zero-length file. Googling didn&#8217;t turn up anything useful except <a href="http://vv.cs.byu.edu/~egm/blog/archives/2005/09/jarerror_no_kno.html">this tip</a>, which wouldn&#8217;t work because in my case all my permissions were correct. Fixing permissions using Disk Utility didn&#8217;t show any permissions problems at all.</p>
<p>In the end, all I did was copy the 1.4.2 version over to the 1.5.0 directory and all was well. The tip above mentions that Eclipse might have had something to do with this, and there might be some truth to that, as I did update my Eclipse to 3.2 recently, but I have been using it for a week without any problems &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kerneljack.com/2006/10/16/wierd-java-error-on-my-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s Boot Camp &#8211; easily install XP on a Mac!</title>
		<link>http://www.kerneljack.com/2006/04/05/apples-boot-camp-easily-install-xp-on-a-mac/</link>
		<comments>http://www.kerneljack.com/2006/04/05/apples-boot-camp-easily-install-xp-on-a-mac/#comments</comments>
		<pubDate>Wed, 05 Apr 2006 14:42:07 +0000</pubDate>
		<dc:creator>kerneljack</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://kerneljack.wordpress.com/2006/04/05/apples-boot-camp-easily-install-xp-on-a-mac/</guid>
		<description><![CDATA[Wow this is unbelievable! Apple has officially released a public beta of Boot Camp which allows anyone to take a Windows XP CD and install it on a Intel Mac complete with dual-boot! I haven&#8217;t seen this discussed anywhere today &#8230; <a href="http://www.kerneljack.com/2006/04/05/apples-boot-camp-easily-install-xp-on-a-mac/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wow this is unbelievable! Apple has officially released a <a title="Boot Camp beta" href="http://www.apple.com/macosx/bootcamp/">public beta of Boot Camp</a> which allows anyone to take a Windows XP CD and install it on a Intel Mac complete with dual-boot! I haven&#8217;t seen this discussed anywhere today as yet, but in just a short while this is going to be huge. <a title="Ars Macachaia Forum" href="http://episteme.arstechnica.com/groupee/forums/a/tpc/f/8300945231/m/416002158731">Ars Emporium</a> and <a title="http://macintouch.com/" href="http://macintouch.com/">Macintouch</a> seem to be the first to have this story. So this is why Apple joined that Windows benchmarking group a while ago. The next version of OSX (Leopard) will also include technology to let you run XP on a Intel Mac. I think Leopard will also include some virtualization technology so you won&#8217;t have to reboot your Mac just to use Windows.<br />
From the Boot Camp page:</p>
<blockquote><p>Boot Camp lets you install Windows XP without moving your Mac data, though you will need to bring your own copy to the table, as Apple Computer does not sell or support Microsoft Windows. Boot Camp will burn a CD of all the required drivers for Windows so you don&#8217;t have to scrounge around the Internet looking for them.</p></blockquote>
<p>Well &#8230; I never thought I would see this day. Everyone has known that Apple wouldn&#8217;t officially support Windows on Macs and they still won&#8217;t offer support for this but it was always assumed that people would have to use hacks to get Windows to run on a Mac. With Boot Camp people will no longer have to rely on hacks and it will also burn you a CD of the required drivers for your XP system. Very very cool indeed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kerneljack.com/2006/04/05/apples-boot-camp-easily-install-xp-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

