Friday, February 20, 2009

Subclipse and Eclipse on Ubuntu

Install libsvn-java

The package libsvn-java contains JavaHL.

Install libsvn-java by typing the following into a command line:

sudo apt-get install libsvn-java

then make sure you add the following to your Eclipse launcher parameters (ie add it to the end of the shortcut to eclipse):

-vmargs -Djava.library.path=/usr/lib/jni


Restart Eclipse.

No comments: