I did following steps. 1. Installed jscv on Ubuntu
Command : sudo apt-get install jsvc it's get install successfully. 2. Kept the compiled Jar file on Ubuntu desktop(keeping same structure as that of the java project) then execute the following command root@ubuntu# /usr/bin/jsvc -cp /path/to/myJavaAppl.jar /path/to/myJavaAppl.class after executing this command nothing is happened. i.e no success or failure message. When checking all service using "chkconfig --list" then there is no entry inside services list. -- View this message in context: http://activemq.2283324.n4.nabble.com/Not-able-to-run-java-application-as-a-daemon-on-Ubuntu-using-jsvc-tp3732552p3732552.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
