Search Results

by dmccue128@gmail.com
Tue Dec 20, 2022 7:51 am
Forum: Java
Topic: NoClassDefFoundError: com/phidget22/Parity
Replies: 1
Views: 15070

NoClassDefFoundError: com/phidget22/Parity

I copied an example program from https://www.phidgets.com/?view=api, but I cannot get it to run: Example code from method open(): import com.phidget22.*; class Example { public static void main(String[] args) { try { VoltageInput ch = new VoltageInput(); ch.open(); ch.close(); } catch (PhidgetExcept...