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 classpath:
>
>jsr80.jar, jsr80_ri.jar and the platform specific javax-usb-ri-linux
><http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/javax-usb/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]
>> <mailto:[EMAIL PROTECTED]:%20%0Avan%20den%20Bossche%20Jesse>
>>
>> Fax.         :  +32 2 463 55 57      Url     :  http://www.imagine-it.be
>>
>>
>
>

-- 
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:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
javax-usb-devel mailing list
javax-usb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to