|
Re: Getting OpenCV and JavaCV working on Windows
Hi Sam,
Check to see that the JVM that you are running in 32-bit (not 64-bit) as the native libraries are 32-bit and must run in a 32-bit JVM. You can check this by running "java -version" from the command line.
|