-
Sorry this came a bit too late... Anyway, refer to Bug ID 2391308 for info on how to solve this. Basically the ftd2xx.dll has to be loaded before ftd2xxj.dll.
2008-12-10 05:51:22 UTC in FTD2xxj
-
Hi, I noticed that when I first ran Main.java, I received a java.lang.UnsatisfiedLinkError, which says it can't load dependency libraries when it was trying to load ftd2xxj.dll, as attached in the error stack below:
Dec 5, 2008 9:56:55 AM com.ftdichip.ftd2xx.ui.deviceTree.DevicesTreePanel$1 run
SEVERE: Failed to refresh device list.
java.lang.UnsatisfiedLinkError...
2008-12-05 02:06:24 UTC in FTD2xxj
-
Did he mean that we should use the "equals" method instead of the "==" operator? Using the .equals() method seems more appropriate in this case, since we want to compare the device's serial number with the Value contained by serialNumber, and not comparing if both serial numbers are pointing to the same object (pointer). I haven't checked this though...
2008-12-05 01:46:56 UTC in FTD2xxj