couldn't start a java application as a windows service
- by rgksugan
I have written a java application which is a RMI server. I need to start rmiregistry to run this application and i also want my apllication to start automatically when the system starts.
I have converted my application into a windows servise. When i try to start my service it shows this error
Error 1067: The process terminated unexpectedly
Is it because my program throws an exception when my application is started before the rmiregistry is started.