解决Linux下启动Tomcat遇到Neither the JAVA_HOME ...报错

解决Linux下启动Tomcat遇到Neither the JAVA_HOME ...报错

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路径,需要做以下变更:

找到启动路径所在的目录:

cd bin/
vi catalina.sh

加入以下信息:

export  JAVA_HOME=/home/gongzi/http/jdk1.6.0_26
export JRE_HOME=/home/gongzi/http/jdk1.6.0_26/jre
上一篇:解决linux下tomcat停止进程任存在问题


下一篇:C#中的五个访问修饰符