+4

Eclipse is looking for JavaHL library while installing and using subclipse, the plugin for subversion. How to install JavaHL in Ubuntu or Linux?

1 answers, +4 votes, 1801 views
raj's picture
asked by raj
49 weeks 1 day ago



1 Answers

Answer
+4
Best Answer

Hello!
You can try install JavaHL like this:

sudo apt-get install libsvn-java

Restart eclipse after that. You should create a file called ecpilserc in .eclipse directory:

gedit ~/.eclipse/eclipserc

Add this line at the new created file:

VMARGS="-Djava.library.path=/usr/lib/jni"

This should be all.

alexandrug's picture
answer by Alex
49 weeks 1 day ago
  • In ubuntu 10.04 after installing, restart the machine - then only it worked
     

    - Visitor 7 weeks 4 days ago
  • That worked like a breeze, Thanks Alex - raj 49 weeks 21 hours ago
  • Asked by

    raj's picture
    User offline. Last seen 39 weeks 4 days ago. Offline
    joined 51 weeks 1 day ago
    65 points

    View in your own language!