<?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>technoratica &#187; java6-plugin</title>
	<atom:link href="http://gavin.mclelland.ca/tag/java6-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://gavin.mclelland.ca</link>
	<description>The personal blog of a Stealth Mode CEO</description>
	<lastBuildDate>Sun, 07 Nov 2010 22:29:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Fix: Enable Java 6.0 Plugin in Firefox 2 on Ubuntu 7.10</title>
		<link>http://gavin.mclelland.ca/2008/05/16/fix-enable-java-60-plugin-in-firefox-on-ubuntu-710/</link>
		<comments>http://gavin.mclelland.ca/2008/05/16/fix-enable-java-60-plugin-in-firefox-on-ubuntu-710/#comments</comments>
		<pubDate>Fri, 16 May 2008 21:25:46 +0000</pubDate>
		<dc:creator>gavin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[firefox2]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[java6-plugin]]></category>

		<guid isPermaLink="false">http://gavin.mclelland.ca/?p=14</guid>
		<description><![CDATA[I had an issue where the default plugin was not being recognized by Firefox 2. The first thing I did was upgrade the JRE to version 6 by running an apt-get in terminal: Next I checked to make sure the upgrade went as planned by checking the installed Java version using the following terminal command: [...]]]></description>
			<content:encoded><![CDATA[<p>I had an issue where the default plugin was not being recognized by Firefox 2. The first thing I did was upgrade the JRE to version 6 by running an apt-get in terminal:
<code&gt;sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts&lt;/code></p>
<p>Next I checked to make sure the upgrade went as planned by checking the installed Java version using the following terminal command:<code&gt;java -version&lt;/code></p>
<p>However, it would seem the root of the problem was the Mozilla plugin directory did not exist. In the end I was able to fix the plugin for Firefox by recreating the plugins directory in my Home folder and creating a link to the Java 6 JRE libjavaplugin_oji.so using the following steps (again in terminal):<code>mkdir .mozilla/plugins
cd .mozilla/plugins
ln -s /usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so</code></p>
<p>This was all it took to get the Java plugin functioning again in Firefox 2.</p>
]]></content:encoded>
			<wfw:commentRss>http://gavin.mclelland.ca/2008/05/16/fix-enable-java-60-plugin-in-firefox-on-ubuntu-710/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

