Reputation: 21
I wrote code using Java with OpenCV for my Face Detection program. Previously my program was able to run in my old PC. But then I tried to run my program in my new PC and I got this error. Do I need to install/include anything to solve this problem?
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: C:\Users\edaranadmin\AppData\Local\Temp\jniopencv_core7490305950243316892.dll: Can't find dependent libraries
Thanks. :)
Upvotes: 2
Views: 4670
Reputation: 859
Upvotes: 1
Reputation: 5494
You have to install OpenCV to have the dll ;)
You will find all explanations there : http://code.google.com/p/javacv/wiki/Windows7AndOpenCV
Upvotes: 0