I cannot use OpenCV java with Tomcat

asked 2014-04-09 17:19:54 -0600

Dear all,

Native call in Tomcat always returns this error.

Mat mat = new Mat();

java.lang.UnsatisfiedLinkError: org.opencv.core.Mat.n_Mat(III)J at org.opencv.core.Mat.n_Mat(Native Method) at org.opencv.core.Mat.<init>(Mat.java:477)

I already set java.library.path and use "System.loadLibrary(Core.NATIVE_LIBRARY_NAME);"

Do you have any idea?

Thank you.

edit retag flag offensive close merge delete

Comments

Hey there, I have also got a kind of similar situation. Did you got your problem working correctly....! If yes, please mention how.....

Gurinderbeer Singh gravatar imageGurinderbeer Singh ( 2016-04-01 13:58:12 -0600 )edit