我是靠谱客的博主 潇洒大象,最近开发中收集的这篇文章主要介绍Linux下tomcat启动Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of...,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
在linux下安装好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
原因:找不到jdk或者jre路径。
解决办法:在setclasspath.bat的开头声明环境变量,打开tomcat的bin目录下面的setclasspath.sh,添加红色部分,路径修改为自己机器jdk和jre路径即可。
export JAVA_HOME=/opt/zimbra/jdk1.6.0_31
export JRE_HOME=/opt/zimbra/jdk1.6.0_31/jre
转载于:https://www.cnblogs.com/ainihaozhen/p/8366723.html
最后
以上就是潇洒大象为你收集整理的Linux下tomcat启动Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of...的全部内容,希望文章能够帮你解决Linux下tomcat启动Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of...所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复