Hello, I need to process an image on server side using a restful web service. I'm trying to use Jersey framework but when I use some OpenCV operation i get an error. Something like this:
javax.servlet.ServletException: org.glassfish.jersey.server.ContainerException: java.lang.NoClassDefFoundError: org/opencv/core/Mat
So i believe that I'm not importing in the right way my OpenCV library. Is there a particular code to write in web.xml file?
Thanks in advance