<?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>Steven Harms &#187; amd64</title>
	<atom:link href="http://www.sharms.org/blog/tag/amd64/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharms.org/blog</link>
	<description>Life, Linux and Technology</description>
	<lastBuildDate>Sun, 28 Aug 2011 18:02:56 +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>64-bit Java browser plugin</title>
		<link>http://www.sharms.org/blog/2008/12/64-bit-java-browser-plugin/</link>
		<comments>http://www.sharms.org/blog/2008/12/64-bit-java-browser-plugin/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 02:19:13 +0000</pubDate>
		<dc:creator>Steven Harms</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[amd64]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.sharms.org/blog/?p=280</guid>
		<description><![CDATA[We now have flash and java in 64-bit browsers. What are you waiting for? To install the 64-bit java-plugin: Download the plugin cd /opt sudo sh location_of_download.bin cd /usr/lib/mozilla/plugins sudo ln -s /opt/jre1.6.0_12/lib/amd64/libnpjp2.so Restart Firefox Also I used Sun Java JRE, which is installed like this: sudo apt-get install sun-java6-jre sudo update-alternatives &#8211;config java Pick [...]


Related posts:<ol><li><a href='http://www.sharms.org/blog/2008/11/flash-64-bit-on-ubuntu-intrepid/' rel='bookmark' title='Permanent Link: Flash 64-bit on Ubuntu Intrepid'>Flash 64-bit on Ubuntu Intrepid</a></li>
<li><a href='http://www.sharms.org/blog/2006/12/run-your-java-apps-under-aiglx/' rel='bookmark' title='Permanent Link: Run your java apps under Aiglx'>Run your java apps under Aiglx</a></li>
<li><a href='http://www.sharms.org/blog/2009/06/installing-groupwise-8-client-in-ubuntu-jaunty-amd64/' rel='bookmark' title='Permanent Link: Installing Groupwise 8 Client in Ubuntu Jaunty AMD64'>Installing Groupwise 8 Client in Ubuntu Jaunty AMD64</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>We now have flash and java in 64-bit browsers.  What are you waiting for?</p>
<p><img src="http://www.sharms.org/img/java64.jpg" alt="64-bit java" /></p>
<p>To install the <strong>64-bit java-plugin</strong>:</p>
<ul>
<li><a href="https://jdk6.dev.java.net/6uNea.html">Download the plugin</a></li>
<li>cd /opt</li>
<li>sudo sh location_of_download.bin</li>
<li>cd /usr/lib/mozilla/plugins</li>
<li>sudo ln -s /opt/jre1.6.0_12/lib/amd64/libnpjp2.so</li>
<li>Restart Firefox</li>
</ul>
<p>Also I used <strong>Sun Java JRE</strong>, which is installed like this:</p>
<ul>
<li>sudo apt-get install sun-java6-jre</li>
<li>sudo update-alternatives &#8211;config java</li>
<li>Pick the one with sun java</li>
</ul>


<p>Related posts:<ol><li><a href='http://www.sharms.org/blog/2008/11/flash-64-bit-on-ubuntu-intrepid/' rel='bookmark' title='Permanent Link: Flash 64-bit on Ubuntu Intrepid'>Flash 64-bit on Ubuntu Intrepid</a></li>
<li><a href='http://www.sharms.org/blog/2006/12/run-your-java-apps-under-aiglx/' rel='bookmark' title='Permanent Link: Run your java apps under Aiglx'>Run your java apps under Aiglx</a></li>
<li><a href='http://www.sharms.org/blog/2009/06/installing-groupwise-8-client-in-ubuntu-jaunty-amd64/' rel='bookmark' title='Permanent Link: Installing Groupwise 8 Client in Ubuntu Jaunty AMD64'>Installing Groupwise 8 Client in Ubuntu Jaunty AMD64</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sharms.org/blog/2008/12/64-bit-java-browser-plugin/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Flash 64-bit on Ubuntu Intrepid</title>
		<link>http://www.sharms.org/blog/2008/11/flash-64-bit-on-ubuntu-intrepid/</link>
		<comments>http://www.sharms.org/blog/2008/11/flash-64-bit-on-ubuntu-intrepid/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 01:35:32 +0000</pubDate>
		<dc:creator>Steven Harms</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[amd64]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[intrepid]]></category>

		<guid isPermaLink="false">http://www.sharms.org/blog/?p=265</guid>
		<description><![CDATA[Download and install Ubuntu 8.10 AMD64 (or x86_64): Download 64-bit flash from here. If you have flashplugin-nonfree installed, now is a good time to remove it as we will be using the labs version: ~$ sudo apt-get remove flashplugin-nonfree This leaves behind some junk. To remove them: cd /usr/lib sudo find . -name "npwrapper.libflashplayer.so" &#124; [...]


Related posts:<ol><li><a href='http://www.sharms.org/blog/2008/12/64-bit-java-browser-plugin/' rel='bookmark' title='Permanent Link: 64-bit Java browser plugin'>64-bit Java browser plugin</a></li>
<li><a href='http://www.sharms.org/blog/2006/10/installing-flash-9-on-dapper/' rel='bookmark' title='Permanent Link: Installing Flash 9 on Dapper'>Installing Flash 9 on Dapper</a></li>
<li><a href='http://www.sharms.org/blog/2009/06/installing-groupwise-8-client-in-ubuntu-jaunty-amd64/' rel='bookmark' title='Permanent Link: Installing Groupwise 8 Client in Ubuntu Jaunty AMD64'>Installing Groupwise 8 Client in Ubuntu Jaunty AMD64</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.ubuntu.com">Download</a> and install Ubuntu 8.10 AMD64 (or x86_64):</strong><br />
<img src="http://www.sharms.org/img/ubuntu.jpg" alt="Ubuntu download screen" /></p>
<p><strong>Download <a href="http://labs.adobe.com/downloads/flashplayer10.html">64-bit flash from here</a>.</strong><br />
<img src="http://www.sharms.org/img/adobe.jpg" alt="Adobe Labs Logo" /></p>
<p>If you have flashplugin-nonfree installed, now is a good time to remove it as we will be using the labs version:<br />
<code><br />
~$ sudo apt-get remove flashplugin-nonfree<br />
</code></p>
<p>This leaves behind some junk.  To remove them:<br />
<code><br />
cd /usr/lib<br />
sudo find . -name "npwrapper.libflashplayer.so" | xargs rm<br />
</code></p>
<p>And now install the plugin:<br />
<code><br />
cp path_to_so_file_you_extracted.so /usr/lib/firefox/plugins<br />
</code></p>
<p><strong>Start firefox and have fun.  Pandora.com no longer crashes:</strong></p>
<p><img src="http://www.sharms.org/img/pandora.jpg" alt="Pandora.com website" /></p>
<p><strong>And Hulu.com is working awesome:</strong></p>
<p><img src="http://www.sharms.org/img/hulu.jpg" alt="Hulu.com website" /></p>


<p>Related posts:<ol><li><a href='http://www.sharms.org/blog/2008/12/64-bit-java-browser-plugin/' rel='bookmark' title='Permanent Link: 64-bit Java browser plugin'>64-bit Java browser plugin</a></li>
<li><a href='http://www.sharms.org/blog/2006/10/installing-flash-9-on-dapper/' rel='bookmark' title='Permanent Link: Installing Flash 9 on Dapper'>Installing Flash 9 on Dapper</a></li>
<li><a href='http://www.sharms.org/blog/2009/06/installing-groupwise-8-client-in-ubuntu-jaunty-amd64/' rel='bookmark' title='Permanent Link: Installing Groupwise 8 Client in Ubuntu Jaunty AMD64'>Installing Groupwise 8 Client in Ubuntu Jaunty AMD64</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sharms.org/blog/2008/11/flash-64-bit-on-ubuntu-intrepid/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

