Is there an example of the 'Engine' object as referenced in the commons-daemon wiki?
I am a little confused as to what is needed in this class and what is taken care of by the launcher. Also the launcher will run the java method as a service, but it does not install it as a service. I want to install a method/jar to as a windows service and then start it. Is there an example on how to install a service from pure Java code (even if this means calling a system/platform binary to do it?) thanks J.V.
