Pedro Guedes wrote:
I am having a problem while trying to run the example application :

[pguedes@localhost lib]$ java com.ibm.jusb.tools.UsbView
Exception in thread "main" javax.usb.UsbException: Error while loading shared library libJavaxUsb.so : no JavaxUsb in java.library.path
at com.ibm.jusb.os.linux.JavaxUsb.loadLibrary(JavaxUsb.java:38)
at com.ibm.jusb.os.linux.LinuxUsbServices.getUsbRootHub(LinuxUsbServices.java:40)
at com.ibm.jusb.tools.swing.SwingUsbView.main(SwingUsbView.java:59)
at com.ibm.jusb.tools.UsbView.main(UsbView.java:29)

I had no problems with installing javax.usb...
what's missing?
You need to either put the directory of libJavaxUsb.so in your LD_LIBRARY_PATH.(I think you could also put the .lib file in jre/lib).

//Roger



-------------------------------------------------------
This SF.NET email is sponsored by: FREE SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
javax-usb-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel


Reply via email to