i'd like to define a Java Application as a Windows Service. I got much information and libs for it but i didnt got anything which will allow me to catch Event like restart, shutdown,startUp or else. Can someone give me a hint which library or class i have to use to realise that?
The goal is to build up a "Base" for a implemented Application to become a windows service who allow to catch Events like shutdown or else.
Please be gentle im very new in Service developing.
Im very thankfull for each of your answers.