macbook系统配置tomcat的时候 出现:
Unable to find any JVMs matching version "(null)".
No Java runtime present, try --request to install.
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且Java环境变量配置正常。
验证方式:
终端下输入
显示对应的版本号则正常,否则请先安装JDK并配置Java环境变量。
参考地址:
在MacBook Pro上设置Java开发环境
tomcat运行在jvm中,你需要先安装jdk。