Linux 运行jar包怎么后台运行

2024年11月16日 12:32
有1个网友回答
网友(1):

使用nohup命令,后台运行即可,及时关闭putty、xshell等终端窗口也不会关闭jar程序
例:nohup java -jar xxx.jar