Problem in executing client application as windows service
Hi
I have a client program that sends client ip address to server.
My Requirement is to run this client program as windows service.
For this, i have created a jar and after that i have created a .exe file.
now using sc command in DOS i was created a service named as ClientService
But when i am trying to start this service like other services, it is giving error saying that "The Service did not respond to the start in a timely fashion"
Please help me in this issue