UnsatisfiedLinkError when deploying opencv in tomcat

asked 2014-11-29 07:17:59 -0600

updated 2020-06-09 18:09:42 -0600

Hi All, I get the below error in my servlet deployed in tomcat java.lang.UnsatisfiedLinkError: org.opencv.highgui.Highgui.imread_1(Ljava/lang/String;)J But I find the same code working in the standalone java code. I am using system.loadlibrary to load the library and the below code doesn't through error/exception
System.loadLibrary(Core.NATIVE_LIBRARY_NAME); I know the dll is loaded correctly. Please help

edit retag flag offensive close merge delete