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\"); } >
Don't worry about you should just change .dll from x64 to x86, in the native library.
for example:- you might have selected this (C:\opencv\build\java\x64).
instead you select this for native library(C:\opencv\build\java\x86).