Recent content by fitchett

  1. F

    Has anyone ever worked with phidgets?

    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...
  2. F

    Has anyone ever worked with phidgets?

    I recommend starting with a few 'hello worlds' before getting into using Phidgets. Chester
  3. F

    Has anyone ever worked with phidgets?

    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...
Back
Top