如何为打开的 JDK11 设置 JAVA_HOME 和 JRE_HOME 变量

How to set JAVA_HOME and JRE_HOME variable for open JDK11

我正在尝试使用 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 运行 命令后

Tomcat 需要 JAVA_HOME 和 JRE_HOME 环境变量。 您需要设置 JAVA_HOME 和 JRE_HOME 环境变量,如下面 link 中所示:

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/

希望这能解决您的问题。