Where to copy opencv-249.jar & libopencv_java249.so
I'm installing opencv for use with Java in Ubuntu 14. cmake
generated both
build/bin/opencv-249.jar
build/lib/libopencv_java249.so
My only remaining issue is that "make install" didn't copy these files to any place (like usr/local/lib or else), so I can't remove the original opencv directory.
Where should I copy these files? Copying these two files alone don't work. Is there any other file o directory I need to copy with them?
Thank you very much.