openCV dll problem : no opencv_java2413 in java.library.path

asked 2016-05-25 05:53:47 -0600

saywow gravatar image

I'm unable to get OpenCV to work within my Groovy/Grails web application, I've successfully included the jar and I can import all the libraries but when I try to run my app I get the following error :

no opencv_java2413 in java.library.path

I've already asked Grails and stackOverFlow but they recommanded me to open an issue here, to install OpenCv, I've first added gradle dependency :

compile files('libs/opencv-2413.jar')

(after adding the jar to libs folder for sure) and then added the required vm option as follow :

image description

I'm using :
Windows 8.1
OpenCV 2.4.13
grails 3.1.5
Intellij Idea Version : 2016.1.2b

Thank you !

edit retag flag offensive close merge delete