<?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>oyvindhauge.com &#187; openjdk</title>
	<atom:link href="http://oyvindhauge.com/blog/tag/openjdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://oyvindhauge.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 15 Aug 2010 08:26:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Vuze on Ubuntu after removing openjdk</title>
		<link>http://oyvindhauge.com/blog/2009/05/12/vuze-on-ubuntu-after-removing-openjdk/</link>
		<comments>http://oyvindhauge.com/blog/2009/05/12/vuze-on-ubuntu-after-removing-openjdk/#comments</comments>
		<pubDate>Tue, 12 May 2009 12:24:12 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[openjdk]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[vuze]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=928</guid>
		<description><![CDATA[I recently removed openjdk to get my BankID working. A change often has consequences and I did not have to wait long. For some reason I do not bother to dive into, openjdk is hard coded into Vuze as its preferred Java implementation on Ubuntu. When I removed openjdk, Vuze would of course not start. [...]]]></description>
			<content:encoded><![CDATA[<p>I recently <a href="http://oyvindhauge.com/blog/2009/05/11/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-2/">removed openjdk to get my BankID</a> working. A change often has consequences and I did not have to wait long.</p>
<p>For some reason I do not bother to dive into, <a href="http://openjdk.java.net/">openjdk</a> is <a href="http://en.wikipedia.org/wiki/Hard_coding">hard coded</a> into <a href="http://www.vuze.com/app">Vuze</a> as its preferred Java implementation on Ubuntu. When I removed openjdk, Vuze would of course not start. It is apparently a <a href="https://bugs.launchpad.net/ubuntu/+source/azureus/+bug/348109">bug</a> (or meta bug) but it is quite simple to <a href="http://ubuntuforums.org/showthread.php?p=7250642">fix</a>.</p>
<p>Change one line in <em>/usr/bin/azureus</em> by using &#8220;sudo gedit /usr/bin/azureus&#8221; and change the line <strong>JAVA=&#8217;/usr/lib/jvm/java-6-openjdk/jre/bin/java -Xmx1024M&#8217;</strong> to <strong>JAVA=&#8217;/etc/alternatives/java -Xmx1024M&#8217;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2009/05/12/vuze-on-ubuntu-after-removing-openjdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BankID and Java plug-in in Firefox on Ubuntu Part 2</title>
		<link>http://oyvindhauge.com/blog/2009/05/11/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-2/</link>
		<comments>http://oyvindhauge.com/blog/2009/05/11/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-2/#comments</comments>
		<pubDate>Mon, 11 May 2009 06:11:25 +0000</pubDate>
		<dc:creator>Øyvind Hauge</dc:creator>
				<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[BankID]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IcedTea]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[openjdk]]></category>

		<guid isPermaLink="false">http://oyvindhauge.com/blog/?p=922</guid>
		<description><![CDATA[I previously wrote about how to get the Java-plugin working in Firefox on Ubuntu 8.* on an Intel 32 bit system. After upgrading to Ubuntu 9.04 on an AMD64 system I had the same problem. Instead of a working Java applet I just got a grey box. I had already installed Sun&#8217;s Java implementation and [...]]]></description>
			<content:encoded><![CDATA[<p>I previously wrote about how to get the <a href="http://oyvindhauge.com/blog/2009/01/08/bankid-and-java-plug-in-in-firefox-on-ubuntu/">Java-plugin working in Firefox on Ubuntu 8.*</a> on an Intel 32 bit system. After upgrading to Ubuntu 9.04 on an AMD64 system I had the same problem. Instead of a working Java applet I just got a grey box. I had already installed Sun&#8217;s Java implementation and tested the previously suggested solution. This was apparently not enough.</p>
<p>The solution was however quite simple. Some users in the <a href="http://ubuntuforums.org/archive/index.php/t-595398.html">Ubuntu forums</a> suggeste removing IcedTea and OpenJDK and so I did. I used the Synaptic package manager but you may also remove it using apt-get: <em>sudo apt-get remove gcj libgcj-common libgcj7-0 icedtea-gcjwebplugin openjdk-6-jdk openjdk-6-jre opendjdk-6-jre-headless libaccess-bridge-java tzdata-java </em>(I have not tested this myself). After removing the open Java implementation you simply restart your browser and that should be it.<em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://oyvindhauge.com/blog/2009/05/11/bankid-and-java-plug-in-in-firefox-on-ubuntu-part-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
