gary-rowe / hid4java

A cross-platform Java Native Access (JNA) wrapper for the libusb/hidapi library. Works out of the box on Windows/Mac/Linux.
MIT License
229 stars 71 forks source link

Issues compiling Artifacts/.jar #67

Closed DevZombi closed 4 years ago

DevZombi commented 6 years ago

So I used the example project to create a simple command line application. I tried compiling that into an "artifact" with absolutely no success. I then downloaded a compiled version of the library from Maven central, created a new project and migrated my code to a new project, added the library .jar from maven central and I can compile a new artifact, but when I run it I get Exception in thread "main" org.hid4java.HidException: Hidapi did not initialise: com/sun/jna/Structure$ByReference

I am not certain what I'm doing for it not to run outside of the example project. Any help would be amazing.

This option does not work

git submodule add https://github.com/gary-rowe/hid4java hid4java

BTW just wanted to add how great this project is. Simply an amazing undertaking, thanks to everyone that contributed.

gary-rowe commented 6 years ago

Hi. Apologies for the slow response to this - I've been unable to work on this library for a while.

It sounds like you've got a dependency issue. Can you let me know if you've managed to resolved this yourself or need some more detailed guidance?

gary-rowe commented 4 years ago

Closing since no further info.