I want to convert a Application to window service.
please help me
Peer Reynders
Bartender
Joined: Aug 19, 2005
Posts: 2906
posted
0
Usually this involves writing a service wrapper (usually in C) that acts as the windows server and interacts with your Java application. There are open source "Java Service Wrappers" available - simply google for them: http://www.google.com/search?q=Windows+Service+Java