linux 启动 jar 提示 nohup: failed to run command ‘java‘: No such file or directory

linux 启动 jar 提示 nohup: failed to run command ‘java‘: No such file or directory,第1张

linux 启动 jar 提示 nohup: failed to run command ‘java‘: No such file or directory

在linux 启动jar包出现该提示

场景:

服务器主机由A栋楼 转移到B栋楼,IP发生改变,服务器内容无任何变化

启动服务提示nohup: failed to run command 'java': No such file or directory

解决方案:

1、查看jdk版本
java -version
2、echo $JAVA_HOME
查看安装目录
3、执行启动jar
nohup 上一步结果/bin/java -jar XX.jar
 

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5435700.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-11
下一篇 2022-12-11

发表评论

登录后才能评论

评论列表(0条)

保存