<?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>My Small Corner Of The Web &#187; eclipse</title>
	<atom:link href="http://www.mysmallcorneroftheweb.co.uk/tag/eclipse/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mysmallcorneroftheweb.co.uk</link>
	<description>Android development, Programming, and Ubuntu How To&#039;s</description>
	<lastBuildDate>Sun, 18 Dec 2011 16:43:10 +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>Ubuntu How To: Eclipse 3.2 running slowly</title>
		<link>http://www.mysmallcorneroftheweb.co.uk/ubuntu/ubuntu-how-to-eclipse-32-running-slowly</link>
		<comments>http://www.mysmallcorneroftheweb.co.uk/ubuntu/ubuntu-how-to-eclipse-32-running-slowly#comments</comments>
		<pubDate>Sat, 10 Jan 2009 18:39:32 +0000</pubDate>
		<dc:creator>Jonny</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu - How to]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[europa]]></category>
		<category><![CDATA[ganymede]]></category>

		<guid isPermaLink="false">http://www.mysmallcorneroftheweb.co.uk/?p=78</guid>
		<description><![CDATA[This is an issue that I ran into when first using Ubuntu &#038; Eclipse 3.2&#8230; Eclipse 3.2 (Europa) can be found in the the Ubuntu repositories, using the package manager. Once it&#8217;s installed fire it up. What I noticed was that Eclipse booted really slowly, and when using it some operations like opening a file [...]]]></description>
			<content:encoded><![CDATA[<p>This is an issue that I ran into when first using Ubuntu &#038; Eclipse 3.2&#8230;</p>
<p>Eclipse 3.2 (Europa) can be found in the the Ubuntu repositories, using the package manager. Once it&#8217;s installed fire it up.</p>
<p>What I noticed was that Eclipse booted really slowly, and when using it some operations like opening a file to edit it lagged a fair bit. I did a little research and it turns out that this happens when Eclipse is using a non-Sun JRE. </p>
<p>So I needed to install the latest Sun JRE (currently Java 6 update 10). This can also be found in the Ubuntu repositories under &#8220;sun-java6-jre&#8221;. Once thats also installed you can change the default JRE used by Eclipse.</p>
<p>First of all we need to tell Ubuntu to use the Sun JRE so you will need to run the following command from the console</p>
<p><code>sudo update-alternatives --config java</code></p>
<p>This will display a list of installed JREs. You want to select (by entering the corresponding number) the JRE labeled:</p>
<p><code>/usr/lib/jvm/java-6-sun/jre/bin/java</code></p>
<p>Now you need to tell Eclipse to use the Sun JRE as well. So we need to edit the Eclipse java_home file by entering the following command into the console:</p>
<p><code>sudo gedit /etc/eclipse/java_home</code></p>
<p>This will open up a text editor, into which you need to add the following line at the top:</p>
<p><code>java-6-sun-1.6.0.10</code></p>
<p>Save the file &#038; viola, your done! Fire up Eclipse and you should notice it is running a lot smoother. The same process applies for Eclipse 3.4 (Ganymede), but if your on a lower end system I would stick using Eclipse 3.2 unless you need plugins that only run on 3.4 (e.g. Scala plugin).</p>
<p>This information was found by searching the <a href="http://ubuntuforums.org">Ubuntu Forums</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mysmallcorneroftheweb.co.uk/ubuntu/ubuntu-how-to-eclipse-32-running-slowly/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

