Hi,

Put all three jars in your classpath:

jsr80.jar, jsr80_ri.jar and the platform specific javax-usb-ri-linux.jar (for linux).

The jar that is specific to the platform should contain 'javax.usb.properties' (if it's not the case, depending of the implementation you have, you may simply add the 'javax.usb.properties' to the CLASSPATH).

You will probably need a native library (.so for linux or .dll for windows), most efficient way is to add to the java.exe command-line:
    -Djava.library.path=<folder that contains the native library>  

Hope this will help you.

Regards.
Johann



Jesse Van den Bossche wrote:
Hi all,

I'm a student doing an internship in a small IT company and I've been handed a project that includes transfering XML-files generated by a Java program on a Windows desktop pc over USB to a Pocket PC.
Naturally i stumbled upon javax.usb .
I've been experimenting some with the jsr80-1.0.0.jar package, but I always get the error:  Properties file javax.usb.properties not found.

I've been doing some google'ing and the problem seems to be that the jar needs something that's OS specific.
How do I resolve this?

Thanks.
--
met vriendelijke groet, cordialement,
 
Van den Bossche Jesse
Multimedia & Programming
 
.................................................................... ...........................................................
Imagine-IT bvba / sprl
Zevensterrenstraat / Rue des Sept Etoiles 62
B-1082 Brussel
 
Tel. :  +32 2 465 78 88 Email :  [EMAIL PROTECTED]
Fax. :  +32 2 463 55 57 Url :  http://www.imagine-it.be


Reply via email to