I configured opencv 3 with netbeans successfully. All of my java desktop projects with opencv are working fine. Now I created a web application that use open cv components. While loading native library It shows the following error:
java.lang.UnsatisfiedLinkError: no opencv_java300 in java.library.path
I added opencv 300.jar file in my classpath and dll file is pointed using Djava.
How can I solve this issue?