I am trying to use SVMLight from Java, using the JNI wrapper on this page:
static { System.loadLibrary(\"lib/JNI_SVM-light-6.01/lib/svmlight\"); } >
Go to
Project properties >> Run >> VM options
and put this address:
-Djava.library.path="C:\opencv\build\java\x64"