java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path

前端 未结 12 1315
南笙
南笙 2020-11-29 05:14

I am trying to use the 64 bit rxtx serial communication library (downloaded from cloudhopper) with 64bit windows 7 and eclipse. I get the message: java.lang.Unsatisfi

12条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-29 06:04

    Go to Project -> properties -> Java build path ->Find your .jar. Click on + to open the JAR's properties. Select Native library location and edit it to point to RXTX's shared library (.DLL, .so, .dylib).

提交回复
热议问题