Here I use the library usb4java to access to my usb device.
The problem is I have an error while I try to claim an interface of my usb device. The error is on this line:
int msg = LibUsb.claimInterface(deviceHandler, 1);
error: USB error 3: Unable to claim interface: Access denied (insufficient permissions)
Is there someone who know why I have this error or how fix it ?