the specified jre installation does not exist 规定的jre没有安装

specified (规定的) jre installation(安装) does not exist(不存在)
翻译过来就是:规定的Jre没有安装

这个错误是Tomcat上发生的,原因是我移动了Tomcat安装目录,而在eclipse中的tomcat并没有同步路径导致的!

1- 先同步tomcat的文件路径
the specified jre installation does not exist 规定的jre没有安装_第1张图片
同步移动后的新路径
the specified jre installation does not exist 规定的jre没有安装_第2张图片
2 安装tomcat规定的jar文件
the specified jre installation does not exist 规定的jre没有安装_第3张图片
2-进入jre的安装路径,检查路径是否是tomcat>bin路径,如果不是那么全部删除remove
the specified jre installation does not exist 规定的jre没有安装_第4张图片
3-删除完成后选择从外部添加jar文件,选择 tomcat下的bin目录中的所有jar包,点击ok就完成了。

the specified jre installation does not exist 规定的jre没有安装_第5张图片

你可能感兴趣的:(Tomcat)