Artur Rem
Artur Rem

Reputation: 219

Java Application as Windows Service

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

Answers (2)

Artur Rem
Artur Rem

Reputation: 219

Im using now Yajsw infact of that he is very dynamic and allow to create own Classes for Service wrapping

Upvotes: 1

Ninad Pingale
Ninad Pingale

Reputation: 7069

Please try Java Service Wrapper which will fulfil your requirement.

http://wrapper.tanukisoftware.com/doc/english/introduction.html#service

Upvotes: 0

Related Questions