Tomcat安装后出现the JRE_HOME environment variable is not defined correctly

1.安装完Tomcat配置环境以后,如果出现以下情况:

点击tomcat\bin目录下startup批处理文件时,dos界面出现闪退情况

Tomcat安装后出现the JRE_HOME environment variable is not defined correctly_第1张图片

或者win+r输入cmd---》进入dos界面---》输入startup出现the JRE_HOME environment variable is not defined correctly


这其实是你的tomcat是解压版的,jre没有配置,必须手动配置


解决方案:新建JRE_HOME,将jre路径放进去

变量名:JRE_HOME

变量值:你的jre安装位置(比如C:\Program Files\Java\jre1.8.0_121)

dos命令行出现以下表示其用到的路径,表示tomcat已经开启了

Tomcat安装后出现the JRE_HOME environment variable is not defined correctly_第2张图片



这时在浏览器上输入localhost:8080(这时千万不要关闭tomcat)如果出现以下界面说明你已经配置成功了,可以快乐的玩耍了


Tomcat安装后出现the JRE_HOME environment variable is not defined correctly_第3张图片











你可能感兴趣的:(【服务器】)