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 的解决方案相关的知识,希望对你有一定的参考价值。

当你在linux下载并解压好tomcat后 然后尝试启动tomcat  可能会报下面的错误

此时需要在catalina.sh中添加

export JAVA_HOME=/usr/java/jdk1.8.0_161

export JRE_HOME=/usr/java/jdk1.8.0_161/jre

 执行命令 vi  catalina.sh   如下图:

 

保存重启即可,访问地址

 

 

 

 

以上是关于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

添加tomcat开机启动服务时报错:Neither the JAVA_HOME nor the JRE_HOME enviromment variable is defined

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

使用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 defined

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