So I have a problem running some javaCV code, and although I have seen many fixes on the Internet for it, no one worked.
Exact error: java.lang.UnsatisfiedLinkError: /tmp/javacpp/libjniopencv_core.so cannot open the shared objects file: there is no such file or directory
I looked at / usr / local / lib (where it should look), and I have a bunch of shared objects in this directory like libopencv_core.so.2.4. However, none of them have the name jni. It makes me think that I missed a step. Where are the opencv jni files due to which files should have appeared?
I work on a Raspberry Pi (ARM), if that matters.
source share