The Linux imp's jarfile actually had the properties file taken out a while
ago, as it's hard to edit a file that's embedded in a JARfile. So the
directory with the properties file in it needs to be in the classpath
too...
On Tue, 8 Nov 2005, Spam wrote:
>
>Hi,
>
>Put all three jars in your c
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
get the javax.usb implementation of course :)
On Tue, 8 Nov 2005, 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 t