subclipse: Unable to load default SVN Client
I am constantly getting this error when working with eclispe and the subclipse plugin:
Unable to load default SVN Client
I have already installed both the SVNKit and the JavaHL provider, but it can't be found in the preferences:
I am using eclipse for win64bit
Solution 1:
I had this problem after installing the latest eclipse and installing subclipse from the marketplace. To resolve you can follow these steps:
- Click Help >> Install New Software...
- Set Work with:
Subclipse 1.10.x Update Site - http://subclipse.tigris.org/update_1.10.x
- Ensure Hide items that are already installed is checked.
- Click Select All.
- Click Next.
- Complete the remainder of the installation as usual.
Solution 2:
For ubuntu 12.04 amd64
sudo apt-get install libsvn-java
add this to eclipse.ini after -vmargs:
-vmargs
-Djava.library.path=/usr/lib/jni:/usr/lib/x86_64-linux-gnu/jni
...
Solution 3:
What JavaHL provider have you installed? It sounds like you need 64 bit JavaHL support. Have you tried SlikSVN?