I have native dll(C++) in my project. I'm using Eclipse FatJar Plugin to create FatJar. My native dll is dependent to other native dlls like "libopencv_core247". I know that FatJar is creating temp folder load dependent libraries from this folder. If I can find I will set the Java library path as this folder.
I can load my library and I'm getting Can not find dependent libraries error.