Re: [javax-usb-devel] no JavaxUsb in java.library.path

2005-07-31 Thread Michael Nischt
>Are you using Sun's JVM? yes, I'm using the latest JVM from SUN: java version "1.5.0_04" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing) running on: Linux version 2.6.12-1.1398_FC4 ([EMAIL PROTECTED]) (g

Re: [javax-usb-devel] no JavaxUsb in java.library.path

2005-07-31 Thread Dan Streetman
I don't know what the problem is, but there's something wrong with your system. I got Sun's 1.5.0_04 JDK, the 3 javax.usb packages, and ant, and built all 3 packages with no problems, then tried running UsbView and it worked fine. I set my CLASSPATH to the src/ dir for each of the packages a

Re: [javax-usb-devel] no JavaxUsb in java.library.path

2005-07-31 Thread Michael Nischt
I got the reason, your last reply contained the answer: the LD_LIBRARY_PATH environment variable is not set on Fedora Core 4, I guess this evolution has taken place due to reason mentioned in 'Why LD_LIBRARY_PATH is bad?' (http://www.visi.com/~barr/ldpath.html) Furhermore, I believe it has been

Re: [javax-usb-devel] no JavaxUsb in java.library.path

2005-07-31 Thread Dan Streetman
LD_LIBRARY_PATH vs. ld.so.conf has nothing to do with javax.usb. The native library is loaded with the standard System.loadLibrary() call (see com/ibm/jusb/os/linux/JavaxUsb.java). IBM's JVM includes /usr/lib in the java.library.path; I don't know if Sun's JVM does (if it doesn't, I consider