<?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>oh god, why'd it break‽ &#187; java</title>
	<atom:link href="http://yokohead.com/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://yokohead.com</link>
	<description>screwing around with technology</description>
	<lastBuildDate>Mon, 26 Jul 2010 18:00:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Java x64 in Ubuntu</title>
		<link>http://yokohead.com/2009/02/installing-java-x64-in-ubuntu-810/</link>
		<comments>http://yokohead.com/2009/02/installing-java-x64-in-ubuntu-810/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 10:02:03 +0000</pubDate>
		<dc:creator>Kyle</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://yokohead.com/?p=204</guid>
		<description><![CDATA[
Download jre-6u14-linux-x64.bin jre-6u12-linux-x64.bin (hosted locally)
mkdir /usr/lib/jvm (might already exist)
sudo mv jre-6u14-linux-x64.bin /usr/lib/jvm/
cd /usr/lib/jvm/
sudo chmod a+x jre-6u14-linux-x64.bin
sudo ./jre-6u14-linux-x64.bin
sudo rm -r /usr/lib/jvm/jre-6u14-linux-x64.bin
sudo ln -s /usr/lib/jvm/jre1.6.0_14/lib/amd64/libnpjp2.so /usr/lib64/firefox-addons/plugins/
killall firefox

Restart firefox,  it&#8217;s good to go.  Tested it with Wordle and GoToMyPC and didn&#8217;t have any issues at all &#8211; every other Java install method I&#8217;ve used hasn&#8217;t worked.
Installed &#38; tested [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Download <a href="http://yokohead.com/yokohead.com/wp-content/uploads/2009/07">jre-6u14-linux-x64.bin</a> <span style="font-size: xx-small;"><span style="text-decoration: line-through;"><a href="http://yokohead.com/wp-content/uploads/2009/02/jre-6u12-linux-x64.bin" target="_blank">jre-6u12-linux-x64.bin</a> (hosted locally)</span></span></li>
<li><code>mkdir /usr/lib/jvm</code> (might already exist)</li>
<li><code>sudo mv jre-6u14-linux-x64.bin /usr/lib/jvm/</code></li>
<li><code>cd /usr/lib/jvm/</code></li>
<li><code>sudo chmod a+x jre-6u14-linux-x64.bin</code></li>
<li><code>sudo ./jre-6u14-linux-x64.bin</code></li>
<li><code>sudo rm -r /usr/lib/jvm/jre-6u14-linux-x64.bin</code></li>
<li><code>sudo ln -s /usr/lib/jvm/jre1.6.0_14/lib/amd64/libnpjp2.so /usr/lib64/firefox-addons/plugins/</code></li>
<li><code>killall firefox</code></li>
</ol>
<p>Restart firefox,  it&#8217;s good to go.  Tested it with <a href="http://www.wordle.net/">Wordle</a> and <a href="http://www.gotomypc.com">GoToMyPC</a> and didn&#8217;t have any issues at all &#8211; every other Java install method I&#8217;ve used hasn&#8217;t worked.</p>
<p>Installed &amp; tested on:  Ubuntu 8.10,  9.04,  9.10 Alpha 2</p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://yokohead.com/2009/02/installing-java-x64-in-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
