nohup comand allows you to running a java program, command or shell script without being terminated on exit or logout
nohup java -jar myjarfile.jar &
Thursday of November 29, 2012
nohup comand allows you to running a java program, command or shell script without being terminated on exit or logout
nohup java -jar myjarfile.jar &