LinkError Can't find dependent libraries

I get following error trying to load the runtime dll on a new computer.
I tried to set the library path in all jar’s in the project build path settings without success, setting
-Djava.library.path without success, so i tried to load them myself and get the same error:

JCudaRuntime-windows-x86_64.dll: Can’t find dependent libraries

I set up cuda and eclipse on a new computer, do i have to add some cuda variables to PATH ?

ok, i forgot to install the toolkit and sdk :(, but now i have

Exception in thread “Cuda Compile Thread” jcuda.CudaException: Could not create .cubin file: nvcc fatal : Visual Studio configuration file ‘(null)’ could not be found for installation at ‘C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin/…/…’

at Cluster.GPU.Threads.CudaCompileThread.prepareCubinFile(CudaCompileThread.java:197)
at Cluster.GPU.Threads.CudaCompileThread.run(CudaCompileThread.java:73)

Hmm it seems i forgot to install 64-bit compiler with visual studio aaaahhhh

Yeah, I don’t know why it’s still necessary to install these “64 bit extensions” in Visual Studio separately…

So I assume that it’s working now?

yes that solved the problem