The most recent Subclipse Eclipse plugin (v1.8.x) requires SVN/JavaHL 1.7.x; however, running
sudo apt-get install libsvn-java
doesn’t quite get you there in Ubuntu.
Fortunately Dominik Stadler has created a PPA you can add to your software sources.
Before you continue, uninstall your existing libsvn-java:
sudo apt-get purge libsvn-java
Then proceed to add the PPA and reinstall the package:
sudo add-apt-repository ppa:dominik-stadler/subversion-1.7 sudo apt-get update sudo apt-get install libsvn-java
You may also need to update your eclipse.ini to include
-Djava.library.path=/usr/lib/jni
(or possibly /usr/lib/i386-linux-gnu/jni or /usr/lib/x86_64-linux-gnu/jni depending on your system)
You can now upgrade Subclipse to 1.8.x
.. or save yourself the hassle and move to git
Thank you so much!
I try to install javahl1.7 by following this,it is good,and then I want to return the default javahl because of my work.
I find it still intalling 1.7 when i reinstall,how can I return to the default setting of javahl ?
please help me…
Thanks for this, I need to add/update eclipse.ini with
-vmargs
-Djava.library.path=/usr/lib/x86_64-linux-gnu/jni
-Dosgi.requiredJavaVersion=1.7