tomcat7.0以上版本运行startup的时候报Neither the JAVA_HOME nor the JRE_HOME environment variable is defined 解决方案
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
修改D:\tomcat5.5.27\bin下的catalina.bat 加入set JAVA_HOME=C:\jdk1.6.0_18
再运行startup.bat就OK啦。
本文介绍了当Tomcat7.0以上版本在启动时遇到'NeithertheJAVA_HOMEnortheJRE_HOMEenvironmentvariableisdefined'错误的解决方案。通过在catalina.bat文件中设置JAVA_HOME环境变量为本地JDK路径,可以成功解决该问题。
1319

被折叠的 条评论
为什么被折叠?



