接着第二个问题,The CATALINA_HOME environment variable is not defined correctly This environment variable is needed to run this program 请按任意键继续. . .

解决过程

找到环境变量

不是这个,启动无效

也不是这个

启动成功,正确路径是选到安装解压文件夹下的Tomcat文件夹

原文地址:https://www.cnblogs.com/32079nezha/p/11478860.html

时间: 2024-10-01 17:59:42

接着第二个问题,The CATALINA_HOME environment variable is not defined correctly This environment variable is needed to run this program 请按任意键继续. . .的相关文章

JRE_HOME environment variable is not defined correctly This environment variableis needed to run this program

已经安装了JDK1.7 和对应JRE 安装了tomcat8 都是解压版 并设置了JAVA_HOME.JRE_HOME 但Tomcat在启动过程中找不到 错误: the JRE_HOME environment variable is not defined correctly This environment variableis needed to run this program 原因: startup.ba脚本调用了catalina.bat 所以需要更改catalina.bat中这部分值为

tomcat闪退无法启动 the catalina_home environment variable is not defined correctly this environment variable is needed to run this program

未成功配置CATALINA_HOME 1.计算机>属性>环境变量, 新建环境变量.变量名为CATALINA_HOME ,变量值tomcat的解压目录,注意后面不用多加"\"或者";" 2.在环境变量Path中,新增加"%TALINA_HOME%\bin\ " 3.启动tomcat :进入命令行cmd,输入startup.bat 问题插入--------------------------------------------------

The JRE_HOME environment variable is not defined correctly This environment

昨天启动tomcat还好好的,今天不知道抽什么风,cmd中报错: 找到了原因: 在startup.bat里边实际调用了另一个批处理,就是setclasspath.bat这个文件,把这个文件以文本形式打开,里边写的就是寻找你配置的JAVA_HOME和JRE_HOME路径,既然电脑傻了吧唧的找不到,那咱就不让他找了,咱就直接给他就完了呗. 因为我昨天都在用tomcat,环境变量不可能有问题,所以,呃,找了这个答案,我的问题已经解决. 注意:当上面的问题解决以后,你可eclipse可能遇到打不开的问题

TOMCAT-报错The BASEDIR environment variable is not defined correctly

<span style="font-size:18px;">The BASEDIR environment variable is not defined correctly</span> 启动tomcat时报错 <strong>The BASEDIR environment variable is not defined correctly This environment variable is needed to run this progra

Tomcat the java_home environment variable is not defined correctly

今天打开idea运行Tomcat出现了报错,如下: the java_home environment variable is not defined correctly This environment variable is needed to run this program NB: java_home should point to a jdk not a jre 1.检查你的jdk 在cmd(本人使用Windows8)下输入 javac -version 和 java -version

The JAVA_HOME environment variable is not defined correctly的错误

The JAVA_HOME environment variable is not defined correctlyThis environment variable is needed to run this programNB: JAVA_HOME should point to a JDK not a JRE centos 7 安装maven 执行mvn -v  的时候报这个错误  发现是 java_home 的路径不对 which java  找到java 的执行目录 修改下 /etc

2个问题,解决tomcat启动一闪而过和运行tomcat/bin目录下的startup.bat时报错(the CATALINA_HOME environment variable is not defined correctly)

1.除手动使用开始菜单自启动或者程序启动TOMCAT时TOMCAT一闪而过,这时候是发生了错误,这时候我们打开BIN目录下的“startup.bat”文件,编辑,在结尾添加pause命名,这样在CMD下执行startup.bat时就会出错停止,这时候我们就知道是什么错误了. 2.运行tomcat/bin目录下的startup.bat时报错:the CATALINA_HOME environment variable is not defined correctly 碰到这个问题时的第一反应是添加

windows tomcat 启动报错TOMCAT JAVA_HOME or JRE_HOME environment variable is not defined correctly

问题描述: TOMCAT JAVA_HOME or JRE_HOME environment variable is not defined correctly 报错信息如下: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_home各jre

The BASEDIR environment variable is not defined correctly

今天在虚拟机的linux系统中部署一个tomcat,运行sh startup.sh,提示如下信息: This environment variable is needed to run this program. 从字面意思,貌似是关于环境变量的设置问题,一开始是以为是jdk环境变量没有设置好,于是就去检查,并运行java -version也显示正常,于是排除这个可能性,接着去检查tomcat的环境变量,检查也无异常.这个tomcat程序包以前是用过,是正常的,按道理在其它环境也应该无问题,后来