Java Native Interface 32 bit dll on 64 bit system

前端 未结 6 1650
春和景丽
春和景丽 2020-12-01 10:18
E:\\Code\\Java\\JNITest>java test
Exception in thread \"main\" java.lang.UnsatisfiedLinkError: E:\\Code\\Java\\JNITest\\test.dll: Can\'t load IA 32-bit .dll on a          


        
6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-01 11:21

    I got that same error message (without the stacktrace) after installing the Java plugin for the Chrome browser.

    Re-installing JDK/JRE (this is a development environment) fixed it for me.

提交回复
热议问题