I\'ve run into problems installing the latest Subclipse plug in. I saw this post: subclipse: Unable to load default SVN Client, but the answer appears to be specific for Sub
To fix this, just install the package with:
sudo apt-get install libsvn-java
You must config eclipse.inito add path /jni
For example:
-Djava.library.path=/usr/lib/x86_64-linux-gnu/jni
On Ubuntu-13.04 32bits you need to edit the file:
$ sudo vi /usr/lib/eclipse/eclipse.ini
And add the path:
-Djava.library.path=/usr/lib/i386-linux-gnu/jni
From this blog