Hello Everyone: I have a java program that performs some MQseries tasks. The program works fine but when I try to create a windows service to run this program, I get the error 'error 1053 the service did not respond to the start or control request in a timely fashion.' Is there something particular that needs to be done in the code itself to allow it to be started as a windows service?

Any help is appreciated.

Sebastian