How to use the subclipse in eclipse kepler of ubuntu 14.04 64 bits

0

I have already made all the settings indicated on the site: link

And when I access the Team menu - > SVN displays the following error message:

Failed to load JavaHL Library.
These are the errors that were encountered:
no libsvnjavahl-1 in java.library.path
no svnjavahl-1 in java.library.path
no svnjavahl in java.library.path
java.library.path = -/usr/lib/x86_64-linux-gnu/jni/libsvnjavahl-1.so

I checked out the project via the terminal:

svn checkout projeto
    
asked by anonymous 05.11.2014 / 13:50

1 answer

1

Do you really need to use JavaHL? If not, you can use SVNKit in Window > Preferences > SVN > Opção SV Interface and choose SVNKit Client.

If the option does not exist, just install through the Marketplace.

    
21.11.2014 / 14:34