首页> 开发问题 >其它问题 其它问题
解决:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile
作者:小萝卜 2019-12-11 【 其它 】 浏览 2107
简介在项目构建的时候遇到了这样的问题: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)
相关文章
- Unreachable statement
- Java compiler level does not match the version of the installed Java project facet
- Python运行语法错误:IndentationError: unindent does not match any outer indentation level
- pycharm无法识别自己的文件夹的程序
- idea maven 报-source 1.5 中不支持 diamond 运算符
- 关于windows10上的sourcetree突然打不开的问题的解决策略
- Mapreduce报错:java.lang.ClassNotFoundException: Class Mapper not found
- Python“Non-ASCII character 'xe5' in file”报错问题
- 报错:configure: error: no acceptable C compiler found in $PATH
- matlab命令行双箭头消失
