<?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>ZZTopping &#187; java</title>
	<atom:link href="http://blog.zztopping.com/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zztopping.com</link>
	<description>A Blog by a Non-Blogger</description>
	<lastBuildDate>Tue, 09 Aug 2011 02:25:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Sun JRE Native 64-bit Plugin support in Firefox</title>
		<link>http://blog.zztopping.com/2009/03/14/sun-jre-native-64-bit-plugin-support-in-firefox/</link>
		<comments>http://blog.zztopping.com/2009/03/14/sun-jre-native-64-bit-plugin-support-in-firefox/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 19:01:37 +0000</pubDate>
		<dc:creator>ZZTopping</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[sun]]></category>
		<category><![CDATA[ubuntu 8.10]]></category>

		<guid isPermaLink="false">http://blog.zztopping.com/?p=49</guid>
		<description><![CDATA[Finally, 64-bit Linux computing is becoming usable for the masses, I&#8217;m sure the major distros will pick up on this and make this even easier for those without patience. Anyway, Sun&#8217;s JRE 6.0 Update 12 added 64-bit support. I recommend downloading Update 14 build 03 to get the latest and greatest. (as of this writing [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, 64-bit Linux computing is becoming usable for the masses, I&#8217;m sure the major distros will pick up on this and make this even easier for those without patience.</p>
<p>Anyway, Sun&#8217;s JRE 6.0 Update 12 added 64-bit support. I recommend downloading Update 14 build 03 to get the latest and greatest. (as of this writing of course)</p>
<p><a href="http://download.java.net/jdk6/index.html" target="_blank">http://download.java.net/jdk6/index.html</a></p>
<p>I&#8217;ve not tried this in Vista 64 or XP 64bit.</p>
<p>Under Linux, download the 64-bit bin file, chmod it to run(I recommend the /opt directory), and it will extract and install itself. Then you only need to add a symbolic link in your firefox plugin directory to the libnpjp2.so file in the /lib/amd64 subdirectory of the newly installed JRE.</p>
<p>Here is what I did under Ubuntu 8.10:</p>
<pre>cd /opt
sudo mv ~/Desktop/jre-6u14-ea-bin-b03-linux-amd64-10_mar_2009.bin ./
sudo chmod 777 jre-6u14-ea-bin-b03-linux-amd64-10_mar_2009.bin
sudo ./jre-6u14-ea-bin-b03-linux-amd64-10_mar_2009.bin
cd /usr/lib/mozilla/plugins
sudo ln -s /opt/jre1.6.0_14/lib/amd64/libnpjp2.so</pre>
<p>Taken from:</p>
<p><a href="http://ubuntuforums.org/showthread.php?t=1011899" target="_blank">http://ubuntuforums.org/showthread.php?t=1011899</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zztopping.com/2009/03/14/sun-jre-native-64-bit-plugin-support-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

