I am trying to run a very simple openCV code on eclipse mars on windows 7 64-bit but I get this error
Exception in thread "main" java.lang.UnsatisfiedLinkError: no libopencv_java248 in java.library.path at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.loadLibrary0(Unknown Source) at java.lang.System.loadLibrary(Unknown Source) at VideoCap.main(VideoCap.java:7)
I tried t add external jars and change the native library to the dlls in openCV java folder and I also tried to set up the environment variable for openCV in windows but none of that works.