1、信息输出 nohup java -jar xxxx.jar & 2、信息不输出 nohup java -jar xxxx.jar >/dev/null 2>&1 & 转载于:https://www.cnblogs.com/effortsing/p/10083684.html