首页> 开发问题 >其它问题 其它问题
解决:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile
作者:小萝卜 2019-12-11 【 其它 】 浏览 2095
简介在项目构建的时候遇到了这样的问题: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)
相关文章
- 创建Maven项目时提示web.xml is missing and <failOnMissingWebXml> is set to true错误解决方案
- Unreachable statement
- 关于windows10上的sourcetree突然打不开的问题的解决策略
- datagrid MAC和VPNIP显示不出来,Time显示错误的问题
- module 'torch' has no attribute 'gesv'
- Python“Non-ASCII character 'xe5' in file”报错问题
- Python运行语法错误:IndentationError: unindent does not match any outer indentation level
- tf.matmul()报错expected scalar type Float but found Double
- VMWARE虚拟机安装64位系统此主机支持IntelVTx 但IntelVTx处于禁用状态
- 异常解决:util.NativeCodeLoader: Unable to load native-hadoop library for your platform
