On Sat, 30 Jul 2005, Michael Nischt wrote:

>No, I dint' build the library myself, I have download the 
>libJavaxUsb-1.0.0.so
><http://prdownloads.sourceforge.net/javax-usb/libJavaxUsb-1.0.0.so?download>
>from the sourceforge project page under the javax.usb RI for Linux
>section and created the symbolic links manually, but I also installed
>the Download javax-usb-ri-linux-1.0.0-2.i386.rpm
><http://prdownloads.sourceforge.net/javax-usb/javax-usb-ri-linux-1.0.0-2.i386.rpm?download>
>temporarily for testing which didn't work too. The size of the
>libJavaxUsb-1.0.0.so file is 158,305 Bytes.

sounds like the .so is ok...

>I'd like to build the library for my own to test whether this will work,
>but the file JavaUsb.h includes another called
>'com_ibm_jusb_os_linux_JavaxUsb.h' which seems not to be present neither
>in the Linux RI nor on my system.

that's created from javah, which is run if using ant.  If you don't use 
ant to build, you'll have to run javah manually, look at the build.xml 
file for usage.

Have you tried using "-verbose" to java yet?  That will show a lot of 
classloader output, including any errors when the loader tries to load the 
native library, which might help debug it.  Can you run, for example,

java -verbose com.ibm.jusb.tools.UsbView

and send the output?

-- 
Dan Streetman
[EMAIL PROTECTED]
---------------------
186,272 miles per second:
It isn't just a good idea, it's the law!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
javax-usb-devel mailing list
javax-usb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to