Sunday, May 29, 2011

subeclipse on Ubuntu 11

So we are not out of the woods yet. 
Svn error

Svn library provided by Tigris for Eclipse needs special settings:


Install the libsvn:

  • apt-get install libsvn-java
and append this:
  • -Djava.library.path=/usr/lib/jni
to your:
  • /usr/lib/eclipse/eclipse.ini
Do the appending all in one go with echo:
  • sudo sh -c "echo '-Djava.library.path=/usr/lib/jni' >> /usr/lib/eclipse/eclipse.ini"
Note: Make sure all single and double quotes copy appropriately.



No comments:

Post a Comment