**
Eclipse 中 运行 maven install 出现如下错误:
**
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project springboot_jpa: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
解决方案:
Eclipse --> Window --> Preferences --> Java --> Installed JREs
–> 对话框右侧点击 Add 按钮
–> Standard VM
–> next
–> JRE home ( Directory --> 选择 JDK 的安装路径 )
如下图: