






















[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project ruoyi-common: Compilation failure [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? [ERROR]

可以这样配置。统一的写法
在.bash_profile文件内

.zshrc这里面也配置一下
然后
在终端中,运行 source ~/.bash_profile(或相应的配置文件)来应用更改。
source ~/.zshrc
运行
java -version 和 javac -version
查看版本是否一致
这样java 就降级了
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。