How to get SVN with JavaHL running in Eclipse Gallileo on ubuntu
It was a real pain and the error messages are not very helpful but finally I got it!
Do the following:
- Add the karmic sources to APT and configure pinning in the preferences to use jaunty as default
- Install the libsvn-java package (>=1.6 take it from karmic or later)
- Install the latest libstc++6 and libc6
- start eclipse with "eclipse -vmargs -Djava.library.path=/usr/lib/jni/"