I have a java program which need to be run as a service. How do I do that easily?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Good explanations in this article -- including the pointer to the |
|||
|
|
|
Write a service in C/C++ and load the JVM from that. Or you can use some tool that wraps your Java application to a service. |
|||
|
|