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

Posted marshal1983

tags:

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

运行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

 

解决方法:

找到tomcat 安装目录bin下的setclasspath.bat文件,打开后,新加如下配置:

技术图片

 

 

set JAVA_HOME=C:Program FilesJavajdk1.8.0_241
set JRE_HOME=C:Program FilesJavajre1.8.0_241

新加红框配置,则重新启可以解决。

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

启动tomcat提示某个端口被占用

javaweb项目部署到linux的tomcat无法访问到,提示404.

eclipse 启动tomcat 总提示“Publishing to Tomcat v6.0 Server at localhost 怎么解决

Tomcat 设置自启动时遇到的错误问题与解决方案

如何用命令行来启动TOMCAT服务

tomcat 启动报错日志查看