解决Linux下启动Tomcat遇到Neither the JAVA_HOME nor the JRE_HOME environment variable is defined

Posted

tags:

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

找不到JAVA_HOME路径,需要做以下变更:

找到启动路径所在的目录:

vi /usr/local/apache-tomcat-7.0.55/bin/catalina.sh

加入以下信息:

export JAVA_HOME=/usr/local/jdk1.7.0_67
export JRE_HOME=/usr/local/jdk1.7.0_67/jre


本文出自 “IT·奋斗” 博客,请务必保留此出处http://qiangsh.blog.51cto.com/3510397/1897418

以上是关于解决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 one of

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

Tomcat解决配置了环境变量还是会Neither the JAVA_HOME nor the JRE_HOME environment...的问题和启动后乱码问题

windows 启动tomcat 提示Neither the JAVA_HOME nor the JRE_HOME environment variable is defined