Re: [javax-usb-devel] Properties file javax.usb.properties not fo und.

2005-11-17 Thread Guenther . Obrist
I have the same problem...I am working on Linux, so I downloaded the zip files from the sourceforge list. But they did not contain any *.jar file...just *.spec. How do I get them? For this reason I extracte the zip files (API,RI, RI Linux) in my workspace folder of eclipse and I created a pro

Re: [javax-usb-devel] Properties file javax.usb.properties not found.

2005-11-11 Thread Dan Streetman
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

Re: [javax-usb-devel] Properties file javax.usb.properties not found.

2005-11-11 Thread Spam
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

Re: [javax-usb-devel] Properties file javax.usb.properties not found.

2005-11-08 Thread Dan Streetman
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

[javax-usb-devel] Properties file javax.usb.properties not found.

2005-11-08 Thread Jesse Van den Bossche
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.

[javax-usb-devel] properties file

2003-01-08 Thread Dan Streetman
final note...the properties file used to be javax/usb/res/jusb.properties First, the path caused problems. When searching for the file normally, the platform's file.seperator must be used. However, in a JAR/ZIP file, the path is stored as a text key - and the seperator is always UNIX-style (for