Peenoo / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

linking error when using OpenCV 2.4.0-beta2 #187

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
* What steps will reproduce the problem?

1. unzip OpenCV 2.4.0-beta2 to C:/
2. link the libaries of javacv-bin-20120329.zip in Eclipse Project
3. run FaceDetection example

* What is the expected output? What do you see instead?

Exception:
java.lang.UnsatisfiedLinkError: 
C:\Users\maren\AppData\Local\Temp\jniopencv_core2972207565726000106.dll: Can't 
find dependent libraries

* What version of the product are you using? On what operating system?

Windows 7

* Please provide any additional information below.

When I use instead of OpenCV 2.4.0 the Version OpenCV 2.3.1 Version (downloaded 
the OpenCV-2.3.1-win-superpack.exe) everything works just fine.

Original issue reported on code.google.com by marn...@googlemail.com on 16 Apr 2012 at 8:23

GoogleCodeExporter commented 9 years ago

Original comment by samuel.a...@gmail.com on 22 Apr 2012 at 3:25

GoogleCodeExporter commented 9 years ago
The latest release now supports OpenCV 2.4.0.

Original comment by samuel.a...@gmail.com on 12 May 2012 at 10:52

GoogleCodeExporter commented 9 years ago
when i ran the example given in page:http://code.google.com/p/javacv/, i got 
following message in console

Warning: Could not load class bin.Smoother: java.lang.NoClassDefFoundError: 
bin/Smoother (wrong name: Smoother)
Warning: No classes found in the unnamed package

Original comment by bistauma...@gmail.com on 15 May 2012 at 8:54

GoogleCodeExporter commented 9 years ago
I also have the two Warning problems.How do solve them? Do you know?

Original comment by lifengwa...@gmail.com on 21 May 2012 at 11:29

GoogleCodeExporter commented 9 years ago
Please follow the instructions on this page:
Common issues with OpenCV under Windows 7
http://code.google.com/p/javacv/wiki/Windows7AndOpenCV

Original comment by samuel.a...@gmail.com on 21 May 2012 at 12:07