Skip to content
torao edited this page Jun 19, 2011 · 2 revisions

The USB for Java is an API and open source Java and JNI library to operate USB devices from Java application without without platform-depend implementation. It's just like user-mode generic driver.

Platform

USB for Java library is build for Java2 SE 5.0 or later. You need additional library to communicate your USB devices on every platform.

Windows

LibUSB-Win32 required. ".inf" file needs for Vista or later.

MacOS, Linux or Other Unix

libusb 0.1 required.

Clone this wiki locally