java -jar run the program, but disconnect from a server, it will shut down problem

1. nohup java -jar XXX.jar >log.out &;

Analysis: put this process as a background process, and output to a log file log.out

Guess you like

Origin blog.csdn.net/weixin_38608626/article/details/82872779