lssdhr / javacv-examples

Automatically exported from code.google.com/p/javacv-examples
0 stars 0 forks source link

JavaCV not running despite following previous threads accurately #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running any program in JavaCV

What is the expected output? What do you see instead?
Exception in thread "main" java.lang.UnsatisfiedLinkError: 
C:\Users\Arshdeep\AppData\Local\Temp\jniopencv_core6231654016535723319.dll: 
Can't find dependent libraries
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.load0(Unknown Source)
    at java.lang.System.load(Unknown Source)
    at com.googlecode.javacpp.Loader.load(Loader.java:361)
    at com.googlecode.javacpp.Loader.load(Loader.java:294)
    at com.googlecode.javacv.cpp.opencv_core.<clinit>(opencv_core.java:129)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at com.googlecode.javacpp.Loader.load(Loader.java:314)
    at com.googlecode.javacv.cpp.opencv_imgproc.<clinit>(opencv_imgproc.java:96)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at com.googlecode.javacpp.Loader.load(Loader.java:314)
    at com.googlecode.javacv.cpp.opencv_highgui.<clinit>(opencv_highgui.java:91)
    at com.googlecode.javacv.OpenCVFrameGrabber.start(OpenCVFrameGrabber.java:171)
    at default1.CameraGrabDemo.main(CameraGrabDemo.java:13)

What version of the product are you using? On what operating system?
JDK 1.6.0_25 and Feautured "javacv-bin.zip" on Windows 7

Please provide any additional information below.
I have done everything as the threads said. 
Followed "OpenCV and Windows 7" page at each instruction. Nothing seems to work 
and I get the above said error each time. This is really frustrating, I had to 
re-install my OS and since then nothing works. I previosuly had the 2011 
version of javacv and OpenCV 2.3.1 but now nothing seems to work. I even tried 
rolling back to the previous javacv and opencv versions from the latest 
versions but I still get the error. 

Original issue reported on code.google.com by modul...@gmail.com on 30 Jun 2012 at 5:54

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
What version of the product are you using? On what operating system?
JDK 1.6.0_25 and Feautured "javacv-bin.zip" on Windows 7 and OpenCV 2.4.0

Original comment by modul...@gmail.com on 30 Jun 2012 at 6:04