Page 1 of 1

jar only deployment

Posted: Mon May 29, 2023 7:06 am
by jonb@jmbaai.com
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

Re: jar only deployment

Posted: Tue May 30, 2023 11:03 am
by Patrick
Yes this should be possible, assuming it's only meant to run on Windows.

-Patrick