I am trying to load opencv jar file into dynamic web project of java EE but i'm unable to load opencv
i'm trying to load using static block
static{ System.loadLibrary("opencv_java2413"); }
as well as i tried with
static{ System.load("opencv_java2413"); }
how can i configure opencv with java EE project