You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following exception on a ubuntu linux (newest version). Seems there's a library that couldn't be loaded.
The exception is raised if i am calling FTDevice.getDevicesByDescription(interface_name);
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library 'ftd2xx8536303067927785836.so': com.sun.jna.Native.open(Ljava/lang/String;)J
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:166)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:239)
at com.sun.jna.Library$Handler.(Library.java:140)
at com.sun.jna.Native.loadLibrary(Native.java:393)
at com.sun.jna.Native.loadLibrary(Native.java:378)
at com.ftdi.FTD2XX.(FTD2XX.java:127)
at com.ftdi.FTDevice.(FTDevice.java:44)
The text was updated successfully, but these errors were encountered:
I get the following exception on a ubuntu linux (newest version). Seems there's a library that couldn't be loaded.
The exception is raised if i am calling FTDevice.getDevicesByDescription(interface_name);
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library 'ftd2xx8536303067927785836.so': com.sun.jna.Native.open(Ljava/lang/String;)J
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:166)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:239)
at com.sun.jna.Library$Handler.(Library.java:140)
at com.sun.jna.Native.loadLibrary(Native.java:393)
at com.sun.jna.Native.loadLibrary(Native.java:378)
at com.ftdi.FTD2XX.(FTD2XX.java:127)
at com.ftdi.FTDevice.(FTDevice.java:44)
The text was updated successfully, but these errors were encountered: