Skip to content

Does not work on Windows #4

@alexvail

Description

@alexvail

I installed the .jar file in my local maven repository then added the dependency and all I can get is:

Exception in thread "main" java.lang.UnsatisfiedLinkError: jd2xx.JD2XX.getLibraryVersion()I
at jd2xx.JD2XX.getLibraryVersion(Native Method)

I can instantiate a new JD2XX object just fine, but as soon as I call a native method (which is the point of this wrapper), it raises an exception. When I remove FTD2XX.dll it gives me a different error, so I'm really starting to think JD2XX.dll is broken. By the way I am using the 32 bits .DLL.

I also tried linking the .jar manually in Eclipse, and I still get the same error. Everything was working fine before when I was using this package: http://sourceforge.net/p/d2xx, but since this repo is more up-to-date I'd rather use this one if I can get it to work!

I know there haven't been an update in a while but I figured I might post here in case I could get some help, or help anyone else facing similar situation.

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions