First remove you already installed javaHL library:
sudo apt-get purge libsvn-java
Because the current version of the javaHL libraries are not in the ubuntu repositories add the following ppa using the commands:
sudo apt-add-repository ppa:dominik-stadler/subversion-1.7
sudo apt-get update
Finally install the library:
sudo apt-get install libsvn-java
The Error should be gone on next eclipse startup. :)
No comments:
Post a Comment