Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile)

简介: 完整的错误信息:[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project xinghe-interaction: ...

完整的错误信息:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project xinghe-interaction: Compilation failure
[ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :xinghe-interaction

错误环境描述:

操作系统:Windows 7 x64

Eclipse:

Eclipse Java EE IDE for Web Developers.
Version: Luna Service Release 2 (4.4.2)
Build id: 20150219-0600

apachetomcat 8.022

JDK 1.8

apachemaven 3.3.3


Maven项目,在执行Maven Install时Console窗口输出上面的错误信息!


解决方法:

在出错的项目上点击鼠标右键,弹出的菜单中选择属性:


在弹出的窗口左侧选择“Project Facets”,右侧选择“Runtimes”,勾选Apache Tomcat v8.0;


如果不存在,点击右下面的“New”按钮;




目录
相关文章
|
2月前
|
Java
SpringBoot启动报错:org.apache.catalina.LifecycleException: Protocol handler start failed
SpringBoot启动报错:org.apache.catalina.LifecycleException: Protocol handler start failed
62 0
|
2月前
|
Java Maven
Maven配置以及IDEA设置(Cannot resolve plugin org.apache.maven.plugins:报错)
Maven配置以及IDEA设置(Cannot resolve plugin org.apache.maven.plugins:报错)
135 1
|
1月前
|
Java Maven
Maven运行builder出现Failed to execute goal on projectXXXXX错误
Maven运行builder出现Failed to execute goal on projectXXXXX错误
139 7
|
23天前
|
Java 数据库连接 mybatis
Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid
Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid
|
24天前
|
Java Maven
Cannot resolve plugin org.apache.maven.plugins:maven-site-plugin:3.3
Cannot resolve plugin org.apache.maven.plugins:maven-site-plugin:3.3
|
2月前
org.apache.catalina.LifecycleException: Protocol handler start failed
org.apache.catalina.LifecycleException: Protocol handler start failed
39 0
|
2月前
|
消息中间件 Kafka
org.apache.kafka.common.KafkaException: Socket server failed to bind to 114.115.20.100:9092: Cannot
org.apache.kafka.common.KafkaException: Socket server failed to bind to 114.115.20.100:9092: Cannot
39 0
|
1天前
|
Java Apache Maven
Maven 项目文档
本章学习创建Maven项目文档。以`consumerBanking`项目为例,在C:/MVN下用命令`mvn archetype:generate`快速搭建。需在`pom.xml`中添加或确认有maven-site-plugin和maven-project-info-reports-plugin插件配置,版本分别为3.3和2.7,避免运行`mvn site`时出现`NoClassDefFoundError`错误。
|
3天前
|
Java Apache Maven
Maven 项目文档
学习创建Maven项目文档;示例:C:/MVN下的`consumerBanking`,使用`mvn archetype:generate`初始化。需更新pom.xml,加入maven-site-plugin 3.3与maven-project-info-reports-plugin 2.7,以防`mvn site`执行时的兼容性错误。

推荐镜像

更多