Neither the JAVA_HOME nor the JRE_HOME environment variable is defined

时间:2019-02-15 21:19:27   收藏:0   阅读:586

Centos7.5  启动tomcat报错

报错:

Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program

原因:没有安装java

解决方法:安装java

yum install java -y

  

 

原文:https://www.cnblogs.com/lvhanzhi/p/10385758.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!