LibusbJava is a Java wrapper for the libusb. It can be built on any platform which is supported by the libusb. The latest binaries for Windows can be downloaded.
LibusbJava for libusb-1.0 has limited API at the moment, only bulk transfers are supported!
For installation instructions and more information visit our homepage.
Categories
Hardware DriversFollow Libusb Java
Other Useful Business Software
Rate This Project
Login To Rate This ProjectUser Reviews
-
PLEASE HELP!!!! I have spent several days trying to get past this error: debug: Exception in thread "main" java.lang.UnsatisfiedLinkError: no libusb0.dll in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860) at java.lang.Runtime.loadLibrary0(Runtime.java:845) at java.lang.System.loadLibrary(System.java:1084) at usbtalk.UsbTalk.logBus(UsbTalk.java:27) at usbtalk.UsbTalk.main(UsbTalk.java:51) Java Result: 1 BUILD SUCCESSFUL (total time: 1 second) triggered on the first call to the library. I meticulously followed the installation instructions for Windows. I'm using XP Pro, Netbeans. I have set java.library.path to several values of interest. I'm using the project LogBus, changing only a few names. Google usually produces only my own posts. Please help! Going on day 4 trying to execute a single line of code. Help me obi-wan kenobi. You are our only hope.