If you unzip the JavaJNI zip file downloaded from Phidgets.com to some directory, you can unpack the library in the same directory with -
> jar xf Phidget21.jar
You can then compile one of the simple examples -
> javac ManagerExample.java
And execute it -
> java ManagerExample...
Hi Scott,
The digital outputs are documented in the product manual for the 0/16/16 (PN 1012)
http://www.phidgets.com/documentation/Phidgets/1012.pdf
Java does not specify where libraries are installed. You unzip the java library wherever you want, and specify it's location to the java...