62,626
社区成员
发帖
与我相关
我的任务
分享 public native int add(int a, int b);
public native void show(char[] buf); static {
System.loadLibrary("JNIDLL");
}java.lang.UnsatisfiedLinkError: \JNITest\JNIDLL.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform