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

Help on how to run example files #2

Closed luciano-schirmer closed 9 years ago

luciano-schirmer commented 9 years ago

There is only one example file, but I was unable to run it. Is there any help? Thank you.

gary-rowe commented 9 years ago

Have you read the README.md? What errors did you encounter?

gary-rowe commented 9 years ago

I've written up a wiki article that should give you a comprehensive guide.

Let me know how you get on with it.

luciano-schirmer commented 9 years ago

Awesome, I hadn't look at the wiki articles, thank you, I'll follow it. Actually it is an awesome project, thank you for sharing.

gary-rowe commented 9 years ago

No problem. Let me know how you get on so I can close the issue.

luciano-schirmer commented 9 years ago

Thank you, I followed your guide and ran the example with the IntelliJ IDEA. Works perfectly.