jni时出现java.lang.UnsatisfiedLinkError  无法获取调用DLL

 

应用程序中的 eclipse.ini文件添加

--launcher.library c:\DiskSerial.dll;C:\JDiskSerial.dll

相对路径:

--launcher.library DiskSerial.dll;JDiskSerial.dll

参考:

http://stackoverflow.com/questions/2087004/eclipse-ide-fail-to-launch-with-jvm-terminated-exit-code-1

http://rxtx.qbang.org/wiki/index.php/Wrapping_RXTX_in_an_Eclipse_Plugin

相关文章:

  • 2021-06-10
  • 2021-10-28
  • 2021-12-09
  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
猜你喜欢
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
  • 2021-06-23
  • 2021-06-12
相关资源
相似解决方案