<?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>Insane Theory - The blog of James Netherton &#187; Mac</title>
	<atom:link href="http://www.jamesnetherton.com/blog/category/Mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesnetherton.com/blog</link>
	<description>My view on web technology, programming and life</description>
	<lastBuildDate>Thu, 29 Apr 2010 20:24:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Java 1.5 on Mac OS X Panther</title>
		<link>http://www.jamesnetherton.com/blog/2009/03/25/installing-java-15-on-mac-os-x-panther/</link>
		<comments>http://www.jamesnetherton.com/blog/2009/03/25/installing-java-15-on-mac-os-x-panther/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 21:49:23 +0000</pubDate>
		<dc:creator>James Netherton</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.jamesnetherton.com/blog/?p=135</guid>
		<description><![CDATA[There is no official support for running / installing Java versions greater than 1.4 on Mac OS X Panther. Here&#8217;s how I installed and configured my old Mac Mini G4 OS X Panther machine to run Java 1.5.
1. Download and install Pacifist
2. Download Java 1.5 from the Apple website and run the .dmg file
3. Start [...]]]></description>
			<content:encoded><![CDATA[<p>There is no official support for running / installing Java versions greater than 1.4 on Mac OS X Panther. Here&#8217;s how I installed and configured my old Mac Mini G4 OS X Panther machine to run Java 1.5.</p>
<p>1. Download and install <a href="http://www.charlessoft.com/">Pacifist</a></p>
<p>2. Download Java 1.5 from the <a href="http://www.apple.com/downloads/macosx/apple/macosx_updates/javaformacosx104release6.html">Apple website</a> and run the .dmg file</p>
<p>3. Start Pacifist. Drag the .pkg install file from the mounted Java .dmg file. Select the root of the package hierarchy and click the install button</p>
<p>4. When prompted to overwrite existing files choose &#8216;Leave Alone&#8217;</p>
<p>5. When the installation process has completed you can now set the default Java VM to 1.5. Open a terminal session and run the following:<br />
<em><br />
cd /System/Library/Frameworks/JavaVM.framework/Versions<br />
sudo ln -fhsv 1.5 CurrentJDK<br />
</em><br />
Confirm that everything has worked by executing <em>java -version</em> from the command line.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamesnetherton.com/blog/2009/03/25/installing-java-15-on-mac-os-x-panther/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>USB printing with Parallels</title>
		<link>http://www.jamesnetherton.com/blog/2007/10/16/USB-printing-with-Parallels/</link>
		<comments>http://www.jamesnetherton.com/blog/2007/10/16/USB-printing-with-Parallels/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 00:10:00 +0000</pubDate>
		<dc:creator>James Netherton</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I think this is in the Parallels FAQ&#8217;s somewhere but I thought it&#8217;d be worth blogging about.
I was trying to setup my USB printer to work from Windows under Parallels on my Mac. I installed the relevant drivers but couldn&#8217;t get Windows to recognise that my printer was connected via USB, even though it was [...]]]></description>
			<content:encoded><![CDATA[<p>I think this is in the Parallels FAQ&#8217;s somewhere but I thought it&#8217;d be worth blogging about.</p>
<p>I was trying to setup my USB printer to work from Windows under Parallels on my Mac. I installed the relevant drivers but couldn&#8217;t get Windows to recognise that my printer was connected via USB, even though it was configured fine in OS X.</p>
<p>The answer is to download and install<a href="http://www.apple.com/macosx/features/bonjour/" title="Apple Bonjour" target="_blank"> Apple Bonjour</a> for Windows. Once you have done this, open OS X System preferences and find your USB printer under the Printer &amp; Fax section.</p>
<p>Then choose the Sharing tab and make sure your USB printer is selected for sharing. Then hop back to Windows and fire up the Bonjour printer wizard. Step through the wizard and you should be able to select your USB printer. Make sure you select the printer model as &#8216;Generic / Postscript&#8217;. Complete the configuration and you&#8217;ll be able to print via USB from Windows!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamesnetherton.com/blog/2007/10/16/USB-printing-with-Parallels/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fixing a broken bash profile on Mac</title>
		<link>http://www.jamesnetherton.com/blog/2007/09/19/Fixing-a-broken-bash-profile-on-Mac/</link>
		<comments>http://www.jamesnetherton.com/blog/2007/09/19/Fixing-a-broken-bash-profile-on-Mac/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 07:09:00 +0000</pubDate>
		<dc:creator>James Netherton</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If like me you start editing the PATH variable within your .bash_profile file without knowing what you&#8217;re doing, there&#8217;s the possibility that the next time you fire up the terminal, none of the usual commands will work.
You should be able to do this:
/usr/bin/vi .bash_profile
To edit and fix it.
]]></description>
			<content:encoded><![CDATA[<p>If like me you start editing the PATH variable within your .bash_profile file without knowing what you&#8217;re doing, there&#8217;s the possibility that the next time you fire up the terminal, none of the usual commands will work.</p>
<p>You should be able to do this:</p>
<p>/usr/bin/vi .bash_profile</p>
<p>To edit and fix it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamesnetherton.com/blog/2007/09/19/Fixing-a-broken-bash-profile-on-Mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building the locate database on Mac</title>
		<link>http://www.jamesnetherton.com/blog/2007/09/16/Building-the-locate-database-on-Mac/</link>
		<comments>http://www.jamesnetherton.com/blog/2007/09/16/Building-the-locate-database-on-Mac/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 00:09:00 +0000</pubDate>
		<dc:creator>James Netherton</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When I&#8217;m on the command line in the *nix world, I prefer to use the locate command for finding files and directories over the find command.
The first time you try and use locate, you&#8217;ll probably be presented with something like: 
locate: no database file /var/db/locate.database. 
You need to build the locate database  before using [...]]]></description>
			<content:encoded><![CDATA[<p>When I&#8217;m on the command line in the *nix world, I prefer to use the locate command for finding files and directories over the find command.</p>
<p>The first time you try and use locate, you&#8217;ll probably be presented with something like: </p>
<p>locate: no database file /var/db/locate.database. </p>
<p>You need to build the locate database  before using the command. Here&#8217;s how you do it on the Mac&#8230;.</p>
<p>sudo /usr/libexec/locate.updatedb</p>
<p>It will take a while to complete but you&#8217;ll be able to use the locate command afterwards.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jamesnetherton.com/blog/2007/09/16/Building-the-locate-database-on-Mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
