How to Fix MAVEN ERROR: The JAVA_HOME environment variable is not defined correctly, this environment variable is needed to run this program

How to Fix MAVEN ERROR: The JAVA_HOME environment variable is not defined correctly, this environment variable is needed to run this program

我无法在我的 Windows OS 上让 apache maven 本地 运行 并且我不确定为什么。我已按如下方式映射系统环境变量,当我使用命令提示符 运行 命令 mvn --version 时仍然收到错误消息:

The JAVA_HOME environment variable is not defined correctly,
this environment variable is needed to run this program.

任何人都可以告诉我在成功更新我的系统环境变量方面我缺少什么以便我可以 运行 maven 构建吗?请看我的系统环境变量和系统路径变量配置截图:

谢谢!

搞清楚了 - 结果是用户没有访问 Maven 或 Java JDK 文件夹的权限。更新了权限并且没有问题。谢谢!