Hello
Currently, I am trying to use JD2XX class to retrieve a listing of the USB devices on my computer, but I cannot get past a certain point. When I try to run TestingUSB, I get the following error:
I have uploaded a .zip file of my Project, called "The Project". TestingUSB is supposed to do is display a list of USB devices connected to your computer by description.Exception in thread "main" java.lang.UnsatisfiedLinkError: E:\NY\NY eclipse indigo\workspace\jd2xx\JD2XX.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at jd2xx.JD2XX.<clinit>(JD2XX.java:506)
at TestingUSB.main(TestingUSB.java:8)
Also, I am using Eclipse Indigo.
Basically, my question is: How do I get Eclipse to recognize the JD2XX.dll file that is in the \src folder for The Project?
Sorry, I just realized this was put in the wrong forum, can I get a mod to move it please?