<?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: uninstall sun-java6</title>
	<atom:link href="http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/</link>
	<description>code is freedom -- patching my itch</description>
	<lastBuildDate>Thu, 04 Mar 2010 01:14:44 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jagger</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-878</link>
		<dc:creator>jagger</dc:creator>
		<pubDate>Thu, 04 Mar 2010 01:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-878</guid>
		<description>Thank you!!
worked for me   fixed all my flash player problems!</description>
		<content:encoded><![CDATA[<p>Thank you!!<br />
worked for me   fixed all my flash player problems!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kees</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-789</link>
		<dc:creator>kees</dc:creator>
		<pubDate>Tue, 15 Sep 2009 19:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-789</guid>
		<description>http://www.thinkbroadband.com/speedtest.html gives me the following error:

Exception in thread &quot;Thread-10&quot; java.lang.StringIndexOutOfBoundsException: String index out of range: 8192
	at java.lang.String.substring(String.java:1946)
	at TesterThread.run(TesterThread.java:331)
	at java.lang.Thread.run(Thread.java:636)</description>
		<content:encoded><![CDATA[<p><a href="http://www.thinkbroadband.com/speedtest.html" rel="nofollow">http://www.thinkbroadband.com/speedtest.html</a> gives me the following error:</p>
<p>Exception in thread &#8220;Thread-10&#8243; java.lang.StringIndexOutOfBoundsException: String index out of range: 8192<br />
	at java.lang.String.substring(String.java:1946)<br />
	at TesterThread.run(TesterThread.java:331)<br />
	at java.lang.Thread.run(Thread.java:636)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-788</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 15 Sep 2009 18:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-788</guid>
		<description>The speed test applet here: http://www.thinkbroadband.com/speedtest.html has never worked for me using IcedTea, but did with Sun Java.</description>
		<content:encoded><![CDATA[<p>The speed test applet here: <a href="http://www.thinkbroadband.com/speedtest.html" rel="nofollow">http://www.thinkbroadband.com/speedtest.html</a> has never worked for me using IcedTea, but did with Sun Java.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Espen</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-787</link>
		<dc:creator>Espen</dc:creator>
		<pubDate>Mon, 14 Sep 2009 14:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-787</guid>
		<description>My old internetbanking website wouldn&#039;t work with OpenJDK when I last tried. Don&#039;t know if this is still the case, but will give it another shot some day.


Link to test it yourself here:
http://www.nordea.no/tekniskekrav</description>
		<content:encoded><![CDATA[<p>My old internetbanking website wouldn&#8217;t work with OpenJDK when I last tried. Don&#8217;t know if this is still the case, but will give it another shot some day.</p>
<p>Link to test it yourself here:<br />
<a href="http://www.nordea.no/tekniskekrav" rel="nofollow">http://www.nordea.no/tekniskekrav</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Folkert van Heusden</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-786</link>
		<dc:creator>Folkert van Heusden</dc:creator>
		<pubDate>Mon, 14 Sep 2009 14:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-786</guid>
		<description>I compared the speed of the SUN Java 6 JVM with the one of OpenJDK6 and for fun with the executable produced by gcj.
For that I used version 0.7-009 of my Go program (http://www.vanheusden.com/stop ).

SUN Java6 JVM:
user    0m8.630s
user    0m8.800s
user    0m8.640s

OpenJDK6:
user    0m9.260s
user    0m9.800s
user    0m10.580s

executable:
user    0m19.150s
user    0m19.390s
user    0m19.130s</description>
		<content:encoded><![CDATA[<p>I compared the speed of the SUN Java 6 JVM with the one of OpenJDK6 and for fun with the executable produced by gcj.<br />
For that I used version 0.7-009 of my Go program (<a href="http://www.vanheusden.com/stop" rel="nofollow">http://www.vanheusden.com/stop</a> ).</p>
<p>SUN Java6 JVM:<br />
user    0m8.630s<br />
user    0m8.800s<br />
user    0m8.640s</p>
<p>OpenJDK6:<br />
user    0m9.260s<br />
user    0m9.800s<br />
user    0m10.580s</p>
<p>executable:<br />
user    0m19.150s<br />
user    0m19.390s<br />
user    0m19.130s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert von Burg</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-785</link>
		<dc:creator>Robert von Burg</dc:creator>
		<pubDate>Mon, 14 Sep 2009 11:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-785</guid>
		<description>I must also say that when I used openjdk in jaunty I had major performance issues which were gone with the sunjdk. I&#039;m a professional java developer and can not use openjdk till those performance issues are handled.</description>
		<content:encoded><![CDATA[<p>I must also say that when I used openjdk in jaunty I had major performance issues which were gone with the sunjdk. I&#8217;m a professional java developer and can not use openjdk till those performance issues are handled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabian Rodriguez</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-784</link>
		<dc:creator>Fabian Rodriguez</dc:creator>
		<pubDate>Mon, 14 Sep 2009 01:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-784</guid>
		<description>Webex won&#039;t work with openjdk either.</description>
		<content:encoded><![CDATA[<p>Webex won&#8217;t work with openjdk either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicola J.</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-783</link>
		<dc:creator>Nicola J.</dc:creator>
		<pubDate>Sun, 13 Sep 2009 19:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-783</guid>
		<description>Hi,

the applet on this site don&#039;t start correctly with openjdk. Instead with sun-java it&#039;s ok.
http://hsi.bluewin.ch/speedtest/</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>the applet on this site don&#8217;t start correctly with openjdk. Instead with sun-java it&#8217;s ok.<br />
<a href="http://hsi.bluewin.ch/speedtest/" rel="nofollow">http://hsi.bluewin.ch/speedtest/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel Angel Da Vila</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-782</link>
		<dc:creator>Miguel Angel Da Vila</dc:creator>
		<pubDate>Sun, 13 Sep 2009 17:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-782</guid>
		<description>In Mexico the taxes online system depends on Java applets. The only Java plugin which works is the Sun one. The reason is the Tax Authority bought a SSL certificate for it main comain sat.gob.mx, nor for its subdomains. In the IcedTea implementation it is not possible to grab and authorize a non valid domain cerificate as reportecero.sat.cob.mx as easy as with Sun Java VM. That operation is not documented and require the writting of obscure rules which are not in the common user knowledge. So, for the mexican users and in order to facilitate the adoption of Linux in Mexico (the taxes issue does not admit any discussion or ideological points of view) the only solution is to using the Sun VM, because the lack of a very simple usability mechanism in the Open Source solutions.</description>
		<content:encoded><![CDATA[<p>In Mexico the taxes online system depends on Java applets. The only Java plugin which works is the Sun one. The reason is the Tax Authority bought a SSL certificate for it main comain sat.gob.mx, nor for its subdomains. In the IcedTea implementation it is not possible to grab and authorize a non valid domain cerificate as reportecero.sat.cob.mx as easy as with Sun Java VM. That operation is not documented and require the writting of obscure rules which are not in the common user knowledge. So, for the mexican users and in order to facilitate the adoption of Linux in Mexico (the taxes issue does not admit any discussion or ideological points of view) the only solution is to using the Sun VM, because the lack of a very simple usability mechanism in the Open Source solutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis K.</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-781</link>
		<dc:creator>Dennis K.</dc:creator>
		<pubDate>Sun, 13 Sep 2009 09:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-781</guid>
		<description>HP&#039;s iLO remote console doesn&#039;t work with openjdk. Together with the juniper blob of fail already mentioned (ncui), that forces me to use Sun&#039;s java.</description>
		<content:encoded><![CDATA[<p>HP&#8217;s iLO remote console doesn&#8217;t work with openjdk. Together with the juniper blob of fail already mentioned (ncui), that forces me to use Sun&#8217;s java.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-780</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Sun, 13 Sep 2009 09:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-780</guid>
		<description>JDownloader http://jdownloader.org/ does not work with openjdk. When I try to start it, I get 

Exception in thread &quot;main&quot; java.lang.UnsatisfiedLinkError: Can&#039;t load library: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/motif21/libmawt.so
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1666)
	at java.lang.Runtime.load0(Runtime.java:787)
	at java.lang.System.load(System.java:1022)
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1767)
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1684)
	at java.lang.Runtime.loadLibrary0(Runtime.java:840)
	at java.lang.System.loadLibrary(System.java:1047)
	at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
	at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.awt.Toolkit.loadLibraries(Toolkit.java:1614)
	at java.awt.Toolkit.(Toolkit.java:1636)
	at java.awt.AWTEvent.(AWTEvent.java:229)
	at jd.controlling.JDController.fireControlEvent(Unknown Source)
	at jd.controlling.JDLogHandler.publish(Unknown Source)
	at java.util.logging.Logger.log(Logger.java:476)
	at java.util.logging.Logger.doLog(Logger.java:498)
	at java.util.logging.Logger.log(Logger.java:521)
	at java.util.logging.Logger.finer(Logger.java:1088)
	at jd.config.DatabaseConnector.(Unknown Source)
	at jd.utils.JDUtilities.getDatabaseConnector(Unknown Source)
	at jd.config.SubConfiguration.(Unknown Source)
	at jd.config.SubConfiguration.getConfig(Unknown Source)
	at jd.gui.swing.jdgui.GUIUtils.getConfig(GUIUtils.java:59)
	at jd.Main.main(Unknown Source)

libmawt is installed:
ls -lh /usr/lib/jvm/java-6-openjdk/jre/lib/i386/xawt/libmawt.so
-rw-r--r-- 1 root root 309K 2009-09-10 01:32 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/xawt/libmawt.so

So I still have to use that proprietary sun-java :/</description>
		<content:encoded><![CDATA[<p>JDownloader <a href="http://jdownloader.org/" rel="nofollow">http://jdownloader.org/</a> does not work with openjdk. When I try to start it, I get </p>
<p>Exception in thread &#8220;main&#8221; java.lang.UnsatisfiedLinkError: Can&#8217;t load library: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/motif21/libmawt.so<br />
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1666)<br />
	at java.lang.Runtime.load0(Runtime.java:787)<br />
	at java.lang.System.load(System.java:1022)<br />
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)<br />
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1767)<br />
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1684)<br />
	at java.lang.Runtime.loadLibrary0(Runtime.java:840)<br />
	at java.lang.System.loadLibrary(System.java:1047)<br />
	at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)<br />
	at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)<br />
	at java.security.AccessController.doPrivileged(Native Method)<br />
	at java.awt.Toolkit.loadLibraries(Toolkit.java:1614)<br />
	at java.awt.Toolkit.(Toolkit.java:1636)<br />
	at java.awt.AWTEvent.(AWTEvent.java:229)<br />
	at jd.controlling.JDController.fireControlEvent(Unknown Source)<br />
	at jd.controlling.JDLogHandler.publish(Unknown Source)<br />
	at java.util.logging.Logger.log(Logger.java:476)<br />
	at java.util.logging.Logger.doLog(Logger.java:498)<br />
	at java.util.logging.Logger.log(Logger.java:521)<br />
	at java.util.logging.Logger.finer(Logger.java:1088)<br />
	at jd.config.DatabaseConnector.(Unknown Source)<br />
	at jd.utils.JDUtilities.getDatabaseConnector(Unknown Source)<br />
	at jd.config.SubConfiguration.(Unknown Source)<br />
	at jd.config.SubConfiguration.getConfig(Unknown Source)<br />
	at jd.gui.swing.jdgui.GUIUtils.getConfig(GUIUtils.java:59)<br />
	at jd.Main.main(Unknown Source)</p>
<p>libmawt is installed:<br />
ls -lh /usr/lib/jvm/java-6-openjdk/jre/lib/i386/xawt/libmawt.so<br />
-rw-r&#8211;r&#8211; 1 root root 309K 2009-09-10 01:32 /usr/lib/jvm/java-6-openjdk/jre/lib/i386/xawt/libmawt.so</p>
<p>So I still have to use that proprietary sun-java :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myrtti</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-779</link>
		<dc:creator>Myrtti</dc:creator>
		<pubDate>Sun, 13 Sep 2009 08:23:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-779</guid>
		<description>Does Sampopankki web banking work with the open Java solutions? http://www.sampopankki.fi/en-fi/Personal/eBanking/Support/CheckPC/Pages/TarkistaTietokoneesi.aspx If not, then there really is no alternative to Suns Java. I hope someone adopts the orphaned Sun Java, because without it several Linux users in Finland and Denmark are going to end up being really, really frustrated, including my sister, whos computer I recently upgrade from Windows2000 to Ubuntu Hardy just recently.</description>
		<content:encoded><![CDATA[<p>Does Sampopankki web banking work with the open Java solutions? <a href="http://www.sampopankki.fi/en-fi/Personal/eBanking/Support/CheckPC/Pages/TarkistaTietokoneesi.aspx" rel="nofollow">http://www.sampopankki.fi/en-fi/Personal/eBanking/Support/CheckPC/Pages/TarkistaTietokoneesi.aspx</a> If not, then there really is no alternative to Suns Java. I hope someone adopts the orphaned Sun Java, because without it several Linux users in Finland and Denmark are going to end up being really, really frustrated, including my sister, whos computer I recently upgrade from Windows2000 to Ubuntu Hardy just recently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-778</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 13 Sep 2009 06:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-778</guid>
		<description>I just tried uninstalling sun&#039;s and installing openjdk as suggested.

This applet doesn&#039;t run with openjdk: http://byenspuls.dsb.dk/byens_puls/ByensPuls.html (it shows a live, moving map of trains in Copenhagen.)

I get this output:
../IcedTeaPlugin.cc:3890: Error: create process
../IcedTeaPlugin.cc:1667: Error: started appletviewer

(firefox-bin:7760): GLib-CRITICAL **: g_io_channel_write_chars: assertion `channel != NULL&#039; failed
../IcedTeaPlugin.cc:4103: Error: Failed to write bytes to output channel

with the last two lines repeating over and over again. Worse, the login-applet that my bank uses doesn&#039;t work either, so that is a show-stopper.

I tried moving ~/.java/ but that didn&#039;t make any difference.

I hope this counts as direct technical evidence you can reproduce, otherwise let me know what I can do to provide better information.

Thanks!</description>
		<content:encoded><![CDATA[<p>I just tried uninstalling sun&#8217;s and installing openjdk as suggested.</p>
<p>This applet doesn&#8217;t run with openjdk: <a href="http://byenspuls.dsb.dk/byens_puls/ByensPuls.html" rel="nofollow">http://byenspuls.dsb.dk/byens_puls/ByensPuls.html</a> (it shows a live, moving map of trains in Copenhagen.)</p>
<p>I get this output:<br />
../IcedTeaPlugin.cc:3890: Error: create process<br />
../IcedTeaPlugin.cc:1667: Error: started appletviewer</p>
<p>(firefox-bin:7760): GLib-CRITICAL **: g_io_channel_write_chars: assertion `channel != NULL&#8217; failed<br />
../IcedTeaPlugin.cc:4103: Error: Failed to write bytes to output channel</p>
<p>with the last two lines repeating over and over again. Worse, the login-applet that my bank uses doesn&#8217;t work either, so that is a show-stopper.</p>
<p>I tried moving ~/.java/ but that didn&#8217;t make any difference.</p>
<p>I hope this counts as direct technical evidence you can reproduce, otherwise let me know what I can do to provide better information.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John M</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-777</link>
		<dc:creator>John M</dc:creator>
		<pubDate>Sun, 13 Sep 2009 03:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-777</guid>
		<description>I have had much the same experience with OpenJDK, and it seems to have gotten even better over time, as should naturally be the case (or so one would hope). Anyway, I&#039;ve been a long time user and get along just fine.</description>
		<content:encoded><![CDATA[<p>I have had much the same experience with OpenJDK, and it seems to have gotten even better over time, as should naturally be the case (or so one would hope). Anyway, I&#8217;ve been a long time user and get along just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nixternal</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-776</link>
		<dc:creator>nixternal</dc:creator>
		<pubDate>Sun, 13 Sep 2009 03:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-776</guid>
		<description>The software from Cleversafe does not work with OpenJDK, nor does pogo.com. Don&#039;t make fun of me, I am addicted to winning money on pogo.com and playing some really neat little games from time-to-time :p  I have a couple of projects I am consulting on that don&#039;t work with OpenJDK currently, though I am trying to get them to work.</description>
		<content:encoded><![CDATA[<p>The software from Cleversafe does not work with OpenJDK, nor does pogo.com. Don&#8217;t make fun of me, I am addicted to winning money on pogo.com and playing some really neat little games from time-to-time :p  I have a couple of projects I am consulting on that don&#8217;t work with OpenJDK currently, though I am trying to get them to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-775</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Sun, 13 Sep 2009 01:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-775</guid>
		<description>Here&#039;s a bug that causes every Java application that uses Rhino to break when used with OpenJDK: https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/255149

The bug is over 1 year old, and affects a lot of the tools I use on a daily basis (such as YUI Compressor).</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a bug that causes every Java application that uses Rhino to break when used with OpenJDK: <a href="https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/255149" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/255149</a></p>
<p>The bug is over 1 year old, and affects a lot of the tools I use on a daily basis (such as YUI Compressor).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kees</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-774</link>
		<dc:creator>kees</dc:creator>
		<pubDate>Sun, 13 Sep 2009 00:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-774</guid>
		<description>Lots of comments!  While it&#039;s good to see a list of stuff people are claiming don&#039;t work, I&#039;d still like to see bugs opened for the errors.  Without a way to track down the actual causes, it&#039;s hard to progress.  I&#039;m also curious about another class of issues, just touched on lightly above: regressions in performance -- that&#039;s a very different issue too.</description>
		<content:encoded><![CDATA[<p>Lots of comments!  While it&#8217;s good to see a list of stuff people are claiming don&#8217;t work, I&#8217;d still like to see bugs opened for the errors.  Without a way to track down the actual causes, it&#8217;s hard to progress.  I&#8217;m also curious about another class of issues, just touched on lightly above: regressions in performance &#8212; that&#8217;s a very different issue too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Pollock</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-773</link>
		<dc:creator>Andrew Pollock</dc:creator>
		<pubDate>Sat, 12 Sep 2009 23:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-773</guid>
		<description>There&#039;s a bit more to a Java Runtime Environment (or Development Kit) than just running applets in the browser.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a bit more to a Java Runtime Environment (or Development Kit) than just running applets in the browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hellow</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-772</link>
		<dc:creator>Hellow</dc:creator>
		<pubDate>Sat, 12 Sep 2009 23:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-772</guid>
		<description>Thank you for making this article, I myself did not know that java6 was depreciated/being depreciated in the near future by Sun! I have since removed java6 and installed openjdk in its place, and it works like a charm.</description>
		<content:encoded><![CDATA[<p>Thank you for making this article, I myself did not know that java6 was depreciated/being depreciated in the near future by Sun! I have since removed java6 and installed openjdk in its place, and it works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-771</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 12 Sep 2009 22:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-771</guid>
		<description>If you do the install before doing the remove then apt won&#039;t try and remove every package that depends on a (no longer present) jvm.

Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>If you do the install before doing the remove then apt won&#8217;t try and remove every package that depends on a (no longer present) jvm.</p>
<p>Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abatcher</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-770</link>
		<dc:creator>Abatcher</dc:creator>
		<pubDate>Sat, 12 Sep 2009 22:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-770</guid>
		<description>1.After installing Jaunty, I installed Eclipse with apt-get.  The code completion was just horribly slow, untill I switched to sun-java6.
2.Alfresco (opensource document management server) does not work with openjdk.</description>
		<content:encoded><![CDATA[<p>1.After installing Jaunty, I installed Eclipse with apt-get.  The code completion was just horribly slow, untill I switched to sun-java6.<br />
2.Alfresco (opensource document management server) does not work with openjdk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-769</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 12 Sep 2009 21:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-769</guid>
		<description>Interesting, I haven&#039;t had any Java runtimes and/or plugins installed since I last reinstalled Debian on my laptop, a few months ago, and I&#039;ve only just realised. I guess Java still hasn&#039;t pushed its way into the &quot;essential&quot; category for me. Thanks for the heads-up, though.</description>
		<content:encoded><![CDATA[<p>Interesting, I haven&#8217;t had any Java runtimes and/or plugins installed since I last reinstalled Debian on my laptop, a few months ago, and I&#8217;ve only just realised. I guess Java still hasn&#8217;t pushed its way into the &#8220;essential&#8221; category for me. Thanks for the heads-up, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grim</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-768</link>
		<dc:creator>Grim</dc:creator>
		<pubDate>Sat, 12 Sep 2009 21:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-768</guid>
		<description>9.10(a4): The last time I checked to remove sun-java6-bin, I saw a dependency of Open Office. Is that gone?</description>
		<content:encoded><![CDATA[<p>9.10(a4): The last time I checked to remove sun-java6-bin, I saw a dependency of Open Office. Is that gone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-766</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Sat, 12 Sep 2009 21:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-766</guid>
		<description>The IBM Lotus Sametime meetings and Java chat client also do not work.</description>
		<content:encoded><![CDATA[<p>The IBM Lotus Sametime meetings and Java chat client also do not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toots</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-765</link>
		<dc:creator>toots</dc:creator>
		<pubDate>Sat, 12 Sep 2009 20:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-765</guid>
		<description>Done, thanks !</description>
		<content:encoded><![CDATA[<p>Done, thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grimsrud</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-764</link>
		<dc:creator>grimsrud</dc:creator>
		<pubDate>Sat, 12 Sep 2009 20:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-764</guid>
		<description>Oh... I should have mentioned that it worked in the past (&lt; 9.04) with at least firefox. With epiphany it never worked for me.

Greets</description>
		<content:encoded><![CDATA[<p>Oh&#8230; I should have mentioned that it worked in the past (&lt; 9.04) with at least firefox. With epiphany it never worked for me.</p>
<p>Greets</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grimsrud</title>
		<link>http://www.outflux.net/blog/archives/2009/09/12/uninstall-sun-java6/comment-page-1/#comment-763</link>
		<dc:creator>grimsrud</dc:creator>
		<pubDate>Sat, 12 Sep 2009 20:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.outflux.net/blog/?p=246#comment-763</guid>
		<description>Hi,

you want a failure... you will get one :-)
--&gt; The network-connect vpn-client from Juniper (ncui-1.2-1) does not work with openjdk. With sun-java it does.
Pretty funny is that it in 9.04 neither with epiphany nor firefox works. I had to install opera to get it to work at all :-/

Greets. Grimsrud</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>you want a failure&#8230; you will get one :-)<br />
&#8211;&gt; The network-connect vpn-client from Juniper (ncui-1.2-1) does not work with openjdk. With sun-java it does.<br />
Pretty funny is that it in 9.04 neither with epiphany nor firefox works. I had to install opera to get it to work at all :-/</p>
<p>Greets. Grimsrud</p>
]]></content:encoded>
	</item>
</channel>
</rss>
