<?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>Sense Egbert Hofstede &#187; eclipse</title>
	<atom:link href="http://www.sehofstede.nl/tag/eclipse/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sehofstede.nl</link>
	<description>Personal site of a tech enthusiast</description>
	<lastBuildDate>Fri, 10 Feb 2012 10:15:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Eclipse 3.4 on Ubuntu is tricky, but possible</title>
		<link>http://www.sehofstede.nl/eclipse-34-on-ubuntu-is-tricky-but-possible</link>
		<comments>http://www.sehofstede.nl/eclipse-34-on-ubuntu-is-tricky-but-possible#comments</comments>
		<pubDate>Mon, 01 Jun 2009 18:30:37 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[English Posts]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://qense.nl/?p=358</guid>
		<description><![CDATA[Unfortunately the version of Eclipse in the Ubuntu repositories is old, almost three years to be precise; even though the latest version is 3.4.2, Jaunty Jackalope gives you &#8212; like earlier releases &#8212; 3.2. This is quite hindering because most &#8230; <a href="http://www.sehofstede.nl/eclipse-34-on-ubuntu-is-tricky-but-possible">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Unfortunately the version of <a title="Eclipse.org home" href="http://www.eclipse.org/">Eclipse</a> in the <a title="Index of /" href="http://archive.ubuntu.com/">Ubuntu repositories</a> is old, almost three years to be precise; even though the latest version is 3.4.2, Jaunty Jackalope gives you &#8212; like earlier releases &#8212; 3.2. This is quite hindering because most new plugins, like the <a title="Google Plugin for Eclipse - Google Code" href="http://code.google.com/eclipse/">Google Plugin for Eclipse</a> &#8212; which I wanted to try &#8212; require at least 3.3.<br />
There was a session at Karmic&#8217;s <abbr title="Ubuntu Developer Summit">UDS</abbr> &#8212; Tuesday 17.10 in room 7 &#8212; about including Eclipse 3.4/5, but the mentioned action points are rather passive. Taking into account the fact that Eclipse is very hard to package properly, the decision was made that if Debian would drop Eclipse, Ubuntu would drop Eclipse too. The <abbr title="Quality Assurance">QA</abbr> team was contacted to see how complaints from users about an obsolete version could be handled. The policy is to encourage community members to ix the problems.</p>
<p>It&#8217;s a shame that they didn&#8217;t decide to package it themselves. Eclipse is a good and often-used <abbr title="Integrated Development Environment">IDE</abbr> and I think it should be included in the repositories. We don&#8217;t have to use Debian for all packages, do we?</p>
<p>Fortunately there is a <abbr title="Personal Package Archive">PPA</abbr> that offers 3.4, maintained by the Eclipse Team. The PPA can be found at <a title="PPA for Eclipse Team" href="https://launchpad.net/~eclipse-team/+archive/ppa">https://launchpad.net/~eclipse-team/+archive/ppa</a>. Unfortunately &#8212; there we go again &#8212; the amd64 build for <em>jaunty</em> failed. It&#8217;s still possible to get it working. Here&#8217;s how:</p>
<p><strong>Using the PPA, no &#8216;Software Updates&#8217; can be installed</strong></p>
<p>People using 32bit can just use the provided PPA without any problems. If you are a 64bit user you&#8217;ll have to an earlier, successful build: in this case <em>intrepid</em>. Everything will work just fine.</p>
<p>So, for 32bit use this:</p>
<blockquote>
<pre>deb http://ppa.launchpad.net/eclipse-team/ppa/ubuntu jaunty main</pre>
</blockquote>
<p>and for 64bit use this:</p>
<blockquote>
<pre>deb http://ppa.launchpad.net/eclipse-team/ppa/ubuntu intrepid main</pre>
</blockquote>
<p>Add this line to source.list with an text-editor or use <em>System-&gt;Administration-&gt;Software Sources</em>.</p>
<p>Now add the PPA&#8217;s key to your keyring using:</p>
<blockquote>
<pre>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5126890CDCC7AFE0</pre>
</blockquote>
<p>Run the usual command:<em> sudo apt-get update</em> and you can <a title="Install Eclipse via Apturl" href="apt:eclipse">install Eclipse</a> like you usually install programs. However, the Software Updates functionality won&#8217;t work.</p>
<p><strong>Using the eclipse.org download, with plugins</strong></p>
<p>You thought this would be the easy way? I&#8217;ll have to disappoint you. When I tried to use the official download I ran into some problems that could only be solved by installing the latest &#8212; 3.4 &#8212; version of Eclipse. So, yes, you&#8217;ll have to go to the previous part and follow those instructions too. <a title="Install Eclipse via Apturl" href="apt:eclipse">Install Eclipse</a> and go to <a title="Eclipse.org home" href="http://www.eclipse.org/">Eclipse.org</a> and download the latest version of Eclipse, pick your flavour.</p>
<p>In the archive you&#8217;ll find a compiled Eclipse, which can be executed right away. The plugin/Software Updates  functionality works.</p>
<p>However, you will have to use Sun&#8217;s distribution of Java. <a title="Install sun-java6-bin with Apturl" href="apt:sun-java6-bin">Install sun-java6-bin</a> and make it default by executing the command <em>sudo update-java-alternatives -s java-6-sun</em>.</p>
<p><strong>UPDATE:</strong> Good news!<strong> </strong>Ubuntu 10.04 &#8216;Lucid Lynx&#8217; has got Eclipse 3.5 in the repositories, you can now just <a title="Install Eclipse from your package manager with APTUrl" href="apt:eclipse">install it</a> from the package manager.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sehofstede.nl/eclipse-34-on-ubuntu-is-tricky-but-possible/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>

