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 project with the same name as the folder in 
the workspace for each.

Then I ran the build.xml as Ant in each project and the build was 
successfully!

But there is no *.jar file in the folders now...where are they???

Is it normal that eclipse shows errors for a lot of packages in the 
sourcefolders?

regards

Am Dienstag, 8. November 2005 11:18 schrieb Spam:
> 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-linu
>x/> .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.

-- 
Günther Obrist
[EMAIL PROTECTED]
Moeller Gebäudeautomation KG
Scheydgasse 42, 1215 Wien
AUT Entwicklung Wien


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_idv28&alloc_id845&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