So I'm having a problem with running some javaCV code, and though I've seen numerous fixes online for it, none have worked.
The exact error is java.lang.UnsatisfiedLinkError: /tmp/javacpp/libjniopencv_core.so cannot open shared object file: no such file or directory
I looked in /usr/local/lib (where it should be looking) and I have a bunch of shared objects in that directory such as libopencv_core.so.2.4. None of them have jni in the name though. This makes me think I missed a step. Where are the opencv jni so files supposed to have come from?
I'm running on a Raspberry Pi (ARM) if that matters.