码迷,mamicode.com
首页 > 编程语言 > 详细

Linux下tomcat启动Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of

时间:2018-01-27 20:21:03      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:export   打开   cat   jdk和jre   post   红色   linux   this   jre   

在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

技术分享图片

 

Linux下tomcat启动Neither the JAVA_HOME nor the JRE_HOME environment variable is defined At least one of

标签:export   打开   cat   jdk和jre   post   红色   linux   this   jre   

原文地址:https://www.cnblogs.com/ainihaozhen/p/8366723.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!