I have a java program which need to be run as a service. How do I do that easily?
+2
A:
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.
Vijay Mathew
2010-08-12 04:22:49
+6
A:
Good explanations in this article -- including the pointer to the Java Service Wrapper
open-source component that makes it easy.
Alex Martelli
2010-08-12 04:23:38