Reputation: 219
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.
Upvotes: 0
Views: 176
Reputation: 219
Im using now Yajsw infact of that he is very dynamic and allow to create own Classes for Service wrapping
Upvotes: 1
Reputation: 7069
Please try Java Service Wrapper
which will fulfil your requirement.
http://wrapper.tanukisoftware.com/doc/english/introduction.html#service
Upvotes: 0