<?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>Some More Bytes &#187; subclipse</title>
	<atom:link href="http://somemorebytes.com/wp/index.php/tag/subclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://somemorebytes.com/wp</link>
	<description>in the binary maze...</description>
	<lastBuildDate>Tue, 22 Mar 2011 19:17:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Ubuntu 9.10 + Eclipse + Subclipse = JavaHL problems?</title>
		<link>http://somemorebytes.com/wp/index.php/2010/04/ubuntu-9-10-eclipse-subclipse-javahl-problems/</link>
		<comments>http://somemorebytes.com/wp/index.php/2010/04/ubuntu-9-10-eclipse-subclipse-javahl-problems/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 18:40:25 +0000</pubDate>
		<dc:creator>somemorebytes</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javahl]]></category>
		<category><![CDATA[subclipse]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://somemorebytes.com/wp/?p=508</guid>
		<description><![CDATA[Fixing javaHL missing libraries]]></description>
			<content:encoded><![CDATA[<p>Are you experiencing problems with the Subclipse plugin for eclipse? Well, I am too. The solution however, is pretty straighforward.</p>
<p>I&#8217;m using  a custom eclipse installation. The ubuntu repositories package is too old, so I always update my eclipse installation from the eclipse <a href="http://eclipse.org" target="_blank">website</a>. I install it to /opt/eclipse. If you&#8217;re using the default installation package, just look for yor install forlder, probably somewhere near /usr/share.</p>
<p>Now, I assume you installed the subclipse plugin, a nice SVN client. This client uses JavaHL libraries to communicate to the svn program istelf, and  unfortunately, this libraries installation is up to you. If you do not have them, subclipse will complain about missing libraries each time you need to do somthing svn-related. So, to fix if:</p>
<ol>
<li>Install the javaHL libraries:<br />
<code>sudo apt-get install libsvn-java</code></li>
<li>Tell eclipse where to look for them. Edit the file /opt/eclipse/eclipse.ini (or /your-eclipse-path/eclipse.ini), and locate the line:<br />
<code>-vmargs</code><br />
Now just below this line, add the following one:<br />
<code>-Djava.library.path=/usr/lib/jni</code></li>
<li>Happy coding!.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://somemorebytes.com/wp/index.php/2010/04/ubuntu-9-10-eclipse-subclipse-javahl-problems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  somemorebytes.com/wp/index.php/tag/subclipse/feed/ ) in 0.45787 seconds, on May 20th, 2012 at 2:02 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 20th, 2012 at 3:02 pm UTC -->
