in .bashrc is written:
PYTHONPATH="${PYTHONPATH}:$Home/local/lib/python2.7/site-packages/"
export PYTHONPATH
LD_LIBRARY_PATH="$Home/local/lib/"
export LD_LIBRARY_PATH
CLASSPATH="/home/stud/qe09kyvu/local/lib/liblpsolve55j.so"
export CLASSPATH
When i try to run this command:
java -cp .:../lib/lpsolve55j.jar -Djava.library.path=../liblpsolve55j.so Demo
i get the following error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no lpsolve55j in java.library.path
But i don't understand this error, because in ..
there is liblpsolve55j.so