I have a Java application that needs to connect to USB devices. Does
anyone know of a USB library for Java ? It needs to support all platforms.
Thanks.
> I have a Java application that needs to connect to USB devices. Does
> anyone know of a USB library for Java ? It needs to support all platforms.
Would you like to specify what "all platforms" means? Interpreting that
literally, I can guarantee that it doesn't exist, without even looking.
Java runs on hundreds, perhaps thousands, of platforms... including many
that can't possibly have USB interfaces.

Signature
Chris Smith