zoukankan      html  css  js  c++  java
  • Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile

    完整的错误信息:

    [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”按钮;

  • 相关阅读:
    P3373 线段树模板
    由AC自动机引发的灵感
    瞎子摸象序
    Outer Join的where条件
    将 转移单 自动发货
    获取某个结点的所有层
    瞎子摸象库存篇
    js修改select列表选项中的值
    JS仿flash动态切换(横向,带分页器控制,自动正反向循环轮播)
    js操作select下拉列表的一些通用代码
  • 原文地址:https://www.cnblogs.com/jxldjsn/p/9079488.html
Copyright © 2011-2022 走看看