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

Specify minimum JNA version required #138

Closed navadev closed 5 months ago

navadev commented 1 year ago

I think it would be useful to specify the minimum version of JNA required by hid4java.

I spent some time trying to understand the HidException in HidDeviceManager before realizing the project I was trying to pull hid4java into had a very old version of JNA for some reason (3.2.7).

This might save some head-scratching.

gary-rowe commented 6 months ago

Agreed. I've added a suitable range to the pom.xml