also fixing JNI library name in JUnit tests
This commit is contained in:
parent
d4e098f401
commit
4902db1c42
@ -97,7 +97,7 @@ public class OpenCVTestCase extends TestCase {
|
|||||||
super.setUp();
|
super.setUp();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
System.loadLibrary("opencv_java");
|
System.loadLibrary(Core.NATIVE_LIBRARY_NAME);
|
||||||
} catch (SecurityException e) {
|
} catch (SecurityException e) {
|
||||||
System.out.println(e.toString());
|
System.out.println(e.toString());
|
||||||
System.exit(-1);
|
System.exit(-1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user