Re: make java recognize /usr/lib as java.library.path

2005-09-14 Thread Markus Bauer
Andreas Pakulat schrieb: > I'm using sun's jdk packaged with java-package and was wondering how if > there is some configuration that I have to do, so that the jre puts > /usr/lib into the java.library.path. > When you add /usr/lib to your LD_LIBRARY_PATH then the jre will put it in the java.lib

make java recognize /usr/lib as java.library.path

2005-09-11 Thread Andreas Pakulat
Hi, I'm currently struggling with eclipse 3.1.0's subversion support. As recently the libsvn-javahl went into unstable I wanted to remove my own "hack" for that (copying the jar and .so's into JAVA_HOME/jre/lib/i386 and lib/ext), but it seems that starting eclipse doesn't put /usr/lib into the jav