1 | initial version |
see lines 457 ff of your stacktrace, - it's loading 2.4. so's
btw, you should build the java wrappers with cmake -DBUILD_SHARED_LIBS=OFF
, so the final opencv_java.so is a standalone, and does no more depend on further opencv so's at runtime
2 | No.2 Revision |
see lines 457 ff of your stacktrace, - it's loading 2.4. so'sso's, and 1223 ff, also opencv3.so's.
btw, you'll probably have to clean up a bit / uninstall previous versions
imho, to avoid all that trouble, you should build the java wrappers with cmake -DBUILD_SHARED_LIBS=OFF
, so the final opencv_java.so is a standalone, and does no more depend on further opencv so's at runtime
3 | No.3 Revision |
see lines 457 ff of your stacktrace, - it's loading 2.4. so's, and 1223 ff, also opencv3.so's.
you'll probably have to clean up a bit / uninstall previous versions
imho, to avoid all that trouble, you should build the java wrappers with cmake -DBUILD_SHARED_LIBS=OFF
, so the final opencv_java.so is a standalone, and does no more depend on further opencv so's at runtime