Direkt zum Inhalt Direkt zur Navigation

Jan Torbens homepage

Sie sind hier: Startseite public stuff How to get SVN with JavaHL running in Eclipse Gallileo on ubuntu
Artikelaktionen

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

erstellt von jtheuer zuletzt verändert: 18.08.2009 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