Ask Your Question

Ostaph14's profile - activity

2016-10-23 02:15:07 -0600 received badge  Taxonomist
2013-07-03 11:56:15 -0600 asked a question OpenCV unable to load library for a dynamic web project

I have OpenCV 2.4.5, and I am pretty sure I have setup the project correctly in Eclipse because I have a regular java project with the same settings which works with OpenCV libraries, but my Dynamic Web Project does not.

This is the code for both programs, the second one gets the error

java.lang.UnsatisfiedLinkError: no opencv_java245 in java.library.path
java.lang.ClassLoader.loadLibrary(Unknown Source)
java.lang.Runtime.loadLibrary0(Unknown Source)
java.lang.System.loadLibrary(Unknown Source)
facedetectServlet.doGet(facedetectServlet.java:103)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)

Any insight would be helpful