首页> 开发问题 >其它问题 其它问题
解决:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile
作者:小萝卜 2019-12-11 【 其它 】 浏览 2170
简介在项目构建的时候遇到了这样的问题:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile(default-compile) on project taotao-manager-pojo: Compilation failure
在项目构建的时候遇到了这样的问题:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile(default-compile) on project taotao-manager-pojo: Compilation failure

检查了一下Installed JREs的设置,使用的环境变量为jre

解决方法:
将Installed JREs的设置修改为jdk即可.这里选择的其实是JAVA_HOME路径,jdk中包含jre

很赞哦! (0)
相关文章
- clion ctrl+鼠标左键不能调到函数实现
- Mapreduce报错:java.lang.ClassNotFoundException: Class Mapper not found
- Python运行语法错误:IndentationError: unindent does not match any outer indentation level
- GitHub 上传文件过大报错:remote: error: GH001: Large files detected.
- Namenode 没启动
- Python“Non-ASCII character 'xe5' in file”报错问题
- MATLAB关闭科学计数法显示
- Attempt to invoke interface method 'boolean java.util.List.add(java.lang.Object)' on a null object reference
- windows10 onenote 显示英文 怎么办?
- MapReduce报错:Error: java.io.IOException: Initialization of all the collectors failed. Error in last collector was :interface javax.xml.soap.Text
