couldn't start a java application as a windows service

Posted by rgksugan on Stack Overflow See other posts from Stack Overflow or by rgksugan
Published on 2010-05-05T07:16:33Z Indexed on 2010/05/05 7:18 UTC
Read the original article Hit count: 208

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about java

Related posts about rmi