nyholku / purejavacomm

Pure Java implementation of JavaComm SerialPort
http://www.sparetimelabs.com/purejavacomm/index.html
BSD 3-Clause "New" or "Revised" License
362 stars 146 forks source link

NoSuchMethodError when running on JNA 5.10 #140

Closed Siebje closed 2 years ago

Siebje commented 2 years ago

Caused by the call to 'com.sun.jna.Native.setPreserveLastError', which has been removed from JNA. Provided the call has not served any purpose since 2013, I would consider removing it altogether.