Skip to content

javax-usb/javax-usb-ri-linux_0.9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The JCP web site is: http://jcp.org
The JSR80 project web site is http://javax-usb.org

****************
* Requirements *
****************

Java          Standard Edition version 1.2 or greater - Micro Edition has not been tested but may work
ANT           http://jakarta.apache.org/ant (get the latest version; it contains optional.jar which is required)
JSR80 RI      You need the javax.usb common RI jarfile (jsr80_ri.jar) in your CLASSPATH
GCC tools     Get from your Linux distribution

*********
* Build *
*********

The ANT tool uses XML buildfiles to create the project.  Run ant in
the toplevel directory to list all available targets.

****************
* Installation *
****************

Add lib/jsr80_ri_linux.jar to your CLASSPATH.
Add lib/libJavaxUsb.so to your LD_LIBARRY_PATH or /etc/ld.so.conf file.