<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Installing Sun Java on Fedora 12 RedHat RHEL CentOS</title>
	<atom:link href="http://www.freetechie.com/blog/installing-sun-java-on-fedora-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freetechie.com/blog/installing-sun-java-on-fedora-12/</link>
	<description>In the world of linux your boundaries are free</description>
	<lastBuildDate>Sat, 19 May 2012 09:09:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Back to scholl</title>
		<link>http://www.freetechie.com/blog/installing-sun-java-on-fedora-12/comment-page-1/#comment-13542</link>
		<dc:creator>Back to scholl</dc:creator>
		<pubDate>Wed, 28 Mar 2012 17:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.freetechie.com/blog/?p=2414#comment-13542</guid>
		<description>Great goods from you, man. I&#039;ve remember your stuff prior to and you are just extremely magnificent. I actually like what you&#039;ve acquired here, really like what you are stating and the way in which in which you are saying it. You make it enjoyable and you still take care of to stay it wise. I can not wait to read far more from you. This is actually a wonderful website.</description>
		<content:encoded><![CDATA[<p>Great goods from you, man. I&#8217;ve remember your stuff prior to and you are just extremely magnificent. I actually like what you&#8217;ve acquired here, really like what you are stating and the way in which in which you are saying it. You make it enjoyable and you still take care of to stay it wise. I can not wait to read far more from you. This is actually a wonderful website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hotels.com</title>
		<link>http://www.freetechie.com/blog/installing-sun-java-on-fedora-12/comment-page-1/#comment-12068</link>
		<dc:creator>hotels.com</dc:creator>
		<pubDate>Sat, 21 Jan 2012 11:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.freetechie.com/blog/?p=2414#comment-12068</guid>
		<description>Your article is real quality informational writing.  I share in your logical and uniquely stated views.  Thank you for sharing your expertise in this area.</description>
		<content:encoded><![CDATA[<p>Your article is real quality informational writing.  I share in your logical and uniquely stated views.  Thank you for sharing your expertise in this area.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: auto storage</title>
		<link>http://www.freetechie.com/blog/installing-sun-java-on-fedora-12/comment-page-1/#comment-11897</link>
		<dc:creator>auto storage</dc:creator>
		<pubDate>Fri, 20 Jan 2012 09:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.freetechie.com/blog/?p=2414#comment-11897</guid>
		<description>I don&#039;t say much about articles often, but your article was begging me to say something.  Your information is intelligent.  Thank you for writing this.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t say much about articles often, but your article was begging me to say something.  Your information is intelligent.  Thank you for writing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Fenwick</title>
		<link>http://www.freetechie.com/blog/installing-sun-java-on-fedora-12/comment-page-1/#comment-10169</link>
		<dc:creator>Nick Fenwick</dc:creator>
		<pubDate>Mon, 26 Apr 2010 02:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.freetechie.com/blog/?p=2414#comment-10169</guid>
		<description>Oh, and set the java plugin via alternatives, also:

$ /usr/sbin/alternatives --config libnpjp2.so

and select the one you&#039;ve just installed.  My old 1.6.0.16 was still selected, after installing the 1.6.0_20 option as in my previous comment.

Nick</description>
		<content:encoded><![CDATA[<p>Oh, and set the java plugin via alternatives, also:</p>
<p>$ /usr/sbin/alternatives &#8211;config libnpjp2.so</p>
<p>and select the one you&#8217;ve just installed.  My old 1.6.0.16 was still selected, after installing the 1.6.0_20 option as in my previous comment.</p>
<p>Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Fenwick</title>
		<link>http://www.freetechie.com/blog/installing-sun-java-on-fedora-12/comment-page-1/#comment-10168</link>
		<dc:creator>Nick Fenwick</dc:creator>
		<pubDate>Mon, 26 Apr 2010 02:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.freetechie.com/blog/?p=2414#comment-10168</guid>
		<description>Nice list, but you seem to have missed out the final &quot;alternatives config java&quot; step to actually select the newly installed JRE.  Without this, the old one will still be selected.

$ /usr/sbin/alternatives --config java

Your java plugin for Firefox is also rather out of date, or confused.  Presuming you&#039;re on Firefox 3.6 or later, it should be libnpjp2.so for i386 as well as x64:

/usr/sbin/alternatives --install /usr/lib/firefox-3.6/plugins/libnpjp2.so libnpjp2.so /usr/java/jdk1.6.0_20/jre/lib/i386/libnpjp2.so 20000

(note, I&#039;ve used the /usr/java path that the sun -rpm.bin installed to on my Fedora Core 12 system)

You may also refer to another howto: http://www.if-not-true-then-false.com/2010/02/howto-install-sun-java-jdk-jre-on-fedora-centos-red-hat/

Your mileage may vary :)
Nick</description>
		<content:encoded><![CDATA[<p>Nice list, but you seem to have missed out the final &#8220;alternatives config java&#8221; step to actually select the newly installed JRE.  Without this, the old one will still be selected.</p>
<p>$ /usr/sbin/alternatives &#8211;config java</p>
<p>Your java plugin for Firefox is also rather out of date, or confused.  Presuming you&#8217;re on Firefox 3.6 or later, it should be libnpjp2.so for i386 as well as x64:</p>
<p>/usr/sbin/alternatives &#8211;install /usr/lib/firefox-3.6/plugins/libnpjp2.so libnpjp2.so /usr/java/jdk1.6.0_20/jre/lib/i386/libnpjp2.so 20000</p>
<p>(note, I&#8217;ve used the /usr/java path that the sun -rpm.bin installed to on my Fedora Core 12 system)</p>
<p>You may also refer to another howto: <a href="http://www.if-not-true-then-false.com/2010/02/howto-install-sun-java-jdk-jre-on-fedora-centos-red-hat/" rel="nofollow">http://www.if-not-true-then-false.com/2010/02/howto-install-sun-java-jdk-jre-on-fedora-centos-red-hat/</a></p>
<p>Your mileage may vary <img src='http://www.freetechie.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Nick</p>
]]></content:encoded>
	</item>
</channel>
</rss>

