我正在尝试使用tomcat 9.0部署Web应用程序。我遇到以下错误:
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
执行.\catalina.bat
运行命令
答案 0 :(得分:1)
Tomcat需要JAVA_HOME和JRE_HOME环境变量。 您需要按照以下链接中的步骤逐步设置JAVA_HOME和JRE_HOME环境变量:
对于Windows:https://www.mkyong.com/java/how-to-set-java_home-on-windows-10/
对于Ubuntu:https://www.mkyong.com/java/how-to-install-java-jdk-on-ubuntu-linux/
我希望这可以解决您的问题。