5

I have a java program which need to be run as a service. How do I do that easily?

2 Answers 2

7

Good explanations in this article -- including the pointer to the Java Service Wrapper open-source component that makes it easy.

Sign up to request clarification or add additional context in comments.

Comments

2

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.