<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Eclipse on Subhadip's Blog</title><link>https://www.subhadig.net/tags/eclipse/</link><description>Recent content in Eclipse on Subhadip's Blog</description><generator>Hugo</generator><language>en-us</language><copyright>Subhadip Ghosh</copyright><lastBuildDate>Fri, 25 Jan 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://www.subhadig.net/tags/eclipse/index.xml" rel="self" type="application/rss+xml"/><item><title>How to fix Eclipse IDE flickering issue on Debian</title><link>https://www.subhadig.net/posts/how-to-fix-eclipse-ide-flickering-issue-on-debian/</link><pubDate>Fri, 25 Jan 2019 00:00:00 +0000</pubDate><guid>https://www.subhadig.net/posts/how-to-fix-eclipse-ide-flickering-issue-on-debian/</guid><description>&lt;p&gt;I am using Eclipse IDE (version 2018-12 at the time of writing) on Debian 9 Xfce and the issue with it is that the Eclipse editor windows would flicker around the edges. Sometimes so much so that it's impossible to type inside it. Here's how I fixed it:&lt;/p&gt;
&lt;p&gt;First check the value of GTK_IM_MODULE in your environment by executing&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nb"&gt;echo&lt;/span&gt; &lt;span class="nv"&gt;$GTK_IM_MODULE&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;In my case the output was "xim". But Eclipse expect it to be "ibus". So enter the following command in a terminal session to set it to the value.&lt;/p&gt;</description></item><item><title>Install Subeclipse subversion plugin in Eclipse + Ubuntu</title><link>https://www.subhadig.net/posts/install-subeclipse-subversion-plugin-in-eclipse-ubuntu/</link><pubDate>Wed, 14 May 2014 00:00:00 +0000</pubDate><guid>https://www.subhadig.net/posts/install-subeclipse-subversion-plugin-in-eclipse-ubuntu/</guid><description>&lt;p&gt;Subclipse is an Eclipse Team Provider plug-in providing support for Subversion within the Eclipse IDE. Installing Subeclipse plug-in in Eclipse running on Ubuntu (or any other Linux distribution) is a little more complex than on win-32 platform. You need to install an additional package that contains the JavaHL binaries. To install Subeclipse, follow the below simple steps:&lt;/p&gt;

&lt;p&gt;1.&lt;strong&gt;Go to Ubuntu Software Center and install the below package.&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;libsvn-java&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;2.&lt;strong&gt;Note the installed version of the above package.&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>[SOLVED] SVN/JavaHL version problem in Ubuntu 13.04 with Eclipse Indigo</title><link>https://www.subhadig.net/posts/solved-svnjavahl-version-problem-in-ubuntu-13-04/</link><pubDate>Sun, 13 Oct 2013 00:00:00 +0000</pubDate><guid>https://www.subhadig.net/posts/solved-svnjavahl-version-problem-in-ubuntu-13-04/</guid><description>&lt;p&gt;I upgraded my Ubuntu from 12.04. Eclipse 3.7 with Subclipse 1.6 was installed in 12.04. Now after upgrading to 13.04, after I start Eclipse and synchronize my project with the repository, it throws the error message: "Incompatible JavaHL library loaded. 1.6.x or later required."&lt;/p&gt;

&lt;p&gt;Possible reason: libsvn-java is needed to be installed in Ubuntu in order to make SVN work in Eclipse. The installed version in Ubuntu 12.04 was 1.6 as far as I remember. But after upgrading to 13.04, the libsvn-java version was also upgraded to 1.7. But the version of Subclipse that is compatible with libsvn-java 1.7 is Subclipse 1.8.&lt;/p&gt;</description></item></channel></rss>