Netbeans – LD_LIBRARY_PATH Specification

netbeansshared library

I have problem: NetBeans can't open libcudart.so.5.0 when I do RUN, though there is no problem from commandline.
is this :: here

root@comp:# echo $LD_LIBRARY_PATH
/usr/lib/nvidia-current:/usr/local/cuda-5.0/lib::/usr/local/cuda-5.0/lib64:/lib

a problem?

Best Answer

SOLVED:

add to the Project->Properties->Environment

Name: LD_LIBRARY_PATH
Value: $LD_LIBRARY_PATH:/usr/lib/nvidia-current:/usr/local/cuda-5.0/lib:/usr/local/cuda-5.0/lib64:/lib

but I don't know what happened as it worked before

Related Question