Hi there,
I created an installer for a Java service. The installer works fine and so does the service.
But every time I want to stop the service/uninstall the application, the service hangs on being stopped. I can only terminate it using kill.exe from Resource Tools.
The Application has a stop() method which calls System.exit(0). The installer is set to automatically start the service on install and stop it on uninstall.
Has anyone experienced or fixed this problem?
Thanks in advance,
AbeL