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=8

1.1 Windows

Copy the 2 files in the system

copy libusb0.dll C:windowssystem32 copy libusb0.sys C:windowssystem32drivers

For other devices (ibuddy, acsacr122, ...), copy the *.inf files in C:WINDOWSsystem32infother

1.2 Linux

In order to use LibUSBJava, you must stop the HID module and the USB module : this avoid an auto-mount of the device

2 Build

  1. mvn install:install-file
  2. mvn clean install

3 Misc