I\'m new in the world of Stackoverflow and in OpenCV programming. I\'ve made some projects with OpenCV Bindings for Java (the opencv.org officials, not JavaCV), like object
Replace System.loadLibrary("opencv_java244"); with System.loadLibrary(Core.NATIVE_LIBRARY_NAME);
System.loadLibrary("opencv_java244");
System.loadLibrary(Core.NATIVE_LIBRARY_NAME);