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\"); } >
Be sure you are setting PATH to Program Files (x86) not Program Files. That solved my problem.