Add /usr/lib/jni to LD_LIBRARY_PATH for subclipse.

This commit is contained in:
hjp 2011-09-17 21:52:17 +00:00
parent 836cebe591
commit b3323dd281
1 changed files with 3 additions and 0 deletions

View File

@ -207,6 +207,9 @@ case "$FQDN" in
tanstaafl.wsr.ac.at|pashkan.wsr.ac.at)
export LD_LIBRARY_PATH=`preppath -v LD_LIBRARY_PATH /usr/local/lib`
;;
mri.wsr.ac.at)
export LD_LIBRARY_PATH=`apppath -v LD_LIBRARY_PATH /usr/lib/jni`
;;
*.wsr.ac.at)
;;
esac