解决方法:
执行以下代码:nohup java -jar mhs.jar >nohup.out 2>&1 &
Linux后台运行jar报错:nohup: ignoring input and redirecting stderr to stdout解决方法
最新推荐文章于 2023-07-26 09:16:53 发布
解决方法:
执行以下代码:nohup java -jar mhs.jar >nohup.out 2>&1 &