Aspire :: Bundles :: LibUSB Java Proxy
This bundle uses the LibUSBJava library to develop Java proxies for USB devices (ibuddy, acsacr122, ...).
1 Installation
Read http://libusbjava.sourceforge.net/wp/?page_id=81.1 Windows
Copy the 2 files in the systemcopy libusb0.dll C:windowssystem32 copy libusb0.sys C:windowssystem32drivers For other devices (ibuddy, acsacr122, ...), copy the *.inf files in C:WINDOWSsystem32infother1.2 Linux
In order to use LibUSBJava, you must stop the HID module and the USB module : this avoid an auto-mount of the device2 Build
- mvn install:install-file
- mvn clean install