p***p 发帖数: 559 | 1 My Application will use a C++ share lib, in Eclipse how should I set the LD_
LIBRARY_PATH? in Project Classpath or Run Configuration's Enviornment, should
I give a absolut path or a relative path is enough?
it lookes like in the sh file,
export LD_LIBRARY_PATH=./:$LD_LIBRARY_PATH |
|