score:0

i had the same issue. i set my native lib location to {opencv directory}/{build directory}/lib and things worked fine.

score:1

i had the same error which come up like this. i have an application that i have to run. i build and install opencv and try to run but i see that error like you. for solving this issue i replace old opencv_*jar with built one in opencv directory. you have to use jar file that you have just built.

..../opencv/build/bin/opencv-2410.jar

i thing old jar looks for different native path.


Related Query

More Query from same tag