i want to execute java -cp server.jar:mysql.jar server.NithServer this command as linux service how can i do that. & not working. centos 5
i want to execute java -cp server.jar:mysql.jar server.NithServer this command as linux service how
Share
What’s about using Java Service Wrapper?
It provides cross platform way of running java applications as services and also have a community version that should be enough for your purposes.