<?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>without-brains.net &#187; Eclipse</title>
	<atom:link href="http://www.without-brains.net/archives/tag/eclipse/feed" rel="self" type="application/rss+xml" />
	<link>http://www.without-brains.net</link>
	<description>A software developer&#039;s blog</description>
	<lastBuildDate>Thu, 17 Jun 2010 17:34:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Manual Eclipse install in Fedora 12 and Ubuntu 9.10</title>
		<link>http://www.without-brains.net/archives/64</link>
		<comments>http://www.without-brains.net/archives/64#comments</comments>
		<pubDate>Fri, 20 Nov 2009 15:40:28 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SElinux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.without-brains.net/?p=64</guid>
		<description><![CDATA[When developing software I sometimes like to use Eclipse (I recently did some work involving Drools, and there is an excellent Eclipse workbench available for working with Drools). Instead of using a package manager (such as yum or apt) to install Eclipse, I prefer to use the release that is available from eclipse.org and install [...]]]></description>
			<content:encoded><![CDATA[<p>When developing software I sometimes like to use <a title="Eclipse" href="http://www.eclipse.org">Eclipse</a> (I recently did some work involving <a title="Droold" href="http://www.jboss.org/drools">Drools</a>, and there is an excellent Eclipse workbench available for working with Drools). Instead of using a package manager (such as yum or apt) to install Eclipse, I prefer to use the release that is available from eclipse.org and install that in my home directory. That way I can install whatever plugins I want without risking issues when running updates in the package manager.<span id="more-64"></span></p>
<p>If you try to do this in Fedora you&#8217;ll quickly run into SElinux. This can easily be solved by specifying which java binary to use with Eclipse. You can do this by passing in -vm /path/to/java on the command line, or by adding this into the eclipse.ini file.</p>
<p>Another issue that you will have in both Ubuntu 9.10 and Fedora 12 is that certain UI buttons seem unresponsive. When clicking one of those buttons the UI is unresponsive for a few seconds, and when it wakes up it appears as if you had never clicked that button. This is due to the fact that both Ubuntu 9.10 and Fedora 12 ship with a new version of GTK, which contains a new feature which certain applications such as Eclipse can&#8217;t handle properly. The fix to this is quite easy, you can deactivate this new feature by setting the environmental variable GDK_NATIVE_WINDOWS to 1 (or true). You can do this by creating a script that does this before starting Eclipse, that way you don&#8217;t have to turn off this feature entirely but just for Eclipse.</p>
<p>The Fedora and Ubuntu versions of Eclipse that you can install via the distros&#8217; package managers don&#8217;t have this problem, most likely because these versions of Eclipse turn off this GTK feature somehow (perhaps in the same way that I have described above).</p>
<p>You can read more about the GTK story here: <a title="Eclipse/GTK issue" href="http://blog.export.be/2009/10/fixing-eclipse-for-ubuntu-karmic-koala-9-10/">http://blog.export.be/2009/10/fixing-eclipse-for-ubuntu-karmic-koala-9-10/</a>. Kudos to the author, without that article it would have taken me a very long time to figure this one out <img src='http://www.without-brains.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.without-brains.net/archives/64/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
