For 3D graphics I have been able to bundle my jave code along with the .dll drivers all in one jar file for easy deployment and execution.
Is it possible to bundle the phidget .dlls into such a jar file for single jar deployment and execution? Would the user have to do any further installation of phidget software/library/??? on the target system?
My goal is to make deployment of a phidget enabled app as simple and painless as possible, only requiring a java runtime, and the single executable jar.
--jon