Since the 12.04 upgrade, each time I save within eclipse, I get that error :
An internal error occurred during: "Updating Change Sets for SVN Workspace". Selected SVN connector library is not available or cannot be loaded.
Subversion and libsvn-java are installed
My eclipse.ini holds the java.library.path arg :
-Djava.library.path=/usr/lib/jniBut there is no /usr/lib/jni directory...
In Pref > Team > SVN > SVN Connector, I have :
Cannot load libraries: Could not init class org.tigris.subversion.javahl.svnclient
Any idea ?
Edit
The path for 32 bits is /usr/lib/i386-linux-gnu/jni
1 Answer
In ubuntu 12.04 precise pangoline the directory for java.library.path has changed. I'set "-Djava.library.path=/usr/lib/x86_64-linux-gnu/jni" (on 64 bit installation) in eclipse.ini and i had no more problem
3