Linux下tomcat启动Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of

Posted 行测

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux下tomcat启动Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of相关的知识,希望对你有一定的参考价值。

在linux下安装好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

原因:找不到jdk或者jre路径。

解决办法:在setclasspath.bat的开头声明环境变量,打开tomcat的bin目录下面的setclasspath.sh,添加红色部分,路径修改为自己机器jdk和jre路径即可。

 export JAVA_HOME=/opt/zimbra/jdk1.6.0_31
export JRE_HOME=/opt/zimbra/jdk1.6.0_31/jre

 

以上是关于Linux下tomcat启动Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of的主要内容,如果未能解决你的问题,请参考以下文章

linux环境启动tomcat时报Neither the JAVA_HOME nor the JRE_HOME environment variable is defined 的解决方案

linux环境启动tomcat时报Neither the JAVA_HOME nor the JRE_HOME environment variable is defined 的解决方案

linux tomcat 启动报错 Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least on

使用Linux shell脚本远程启动tomcat报错Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At

在Linux虚拟机下安装tomcat:Neither the JAVA_HOME nor the JRE_HOME environment variable is definedAt lea

在Linux虚拟机下安装tomcat:Neither the JAVA_HOME nor the JRE_HOME environment variable is definedAt lea(示例代码