I'm trying to run my application from source on another computer using eclipse, where at start it loads the Opencv library dll through System.loadLibrary(Core.NATIVE_LIBRARY_NAME)
. On the first machine it was working fine, however here it says:
java.lang.unsatisfiedLinkError: K:\git\plates\alpr\libs\opencv_java343.dll: the network name cannot be found
I'd made 100% sure that the above path already exists. please note that both machines runs Windows 7 64bit OS.