Skip to content. Skip to navigation

Jan Torbens homepage

You are here: Home public stuff How to get SVN with JavaHL running in Eclipse Gallileo on ubuntu
Document Actions

How to get SVN with JavaHL running in Eclipse Gallileo on ubuntu

by jtheuer last modified 2009-08-18 21:49

It was a real pain and the error messages are not very helpful but finally I got it!

Do the following:

  1. Add the karmic sources to APT and configure pinning in the preferences to use jaunty as default
  2. Install the libsvn-java package (>=1.6 take it from karmic or later)
  3. Install the latest libstc++6 and libc6
  4. start eclipse with "eclipse -vmargs -Djava.library.path=/usr/lib/jni/"
That's it