Can't load IA 32-bit .dll on a AMD 64-bit platform

后端 未结 14 2280
逝去的感伤
逝去的感伤 2020-12-24 05:20

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\");
  }
         


        
14条回答
  •  Happy的楠姐
    2020-12-24 05:36

    I had the same issue with a Java application using tibco dll originally intended to run on Win XP. To get it to work on Windows 7, I made the application point to 32-bit JRE. Waiting to see if there is another solution.

提交回复
热议问题