myeclipse maven编译出错

  从.net 到java  快一年了.这一年学了不少东西.从开发角度来讲俩个语言查不到.部署上差别较大.不过java处理问题上确实不太统一.好多问题在网上没有正确的回答.刚换台式机发现 mvn install 的时候总是抱错java

    

[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile) on project coupon-erp-service-client: 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 :coupon-erp-service-client

   就在网上搜了下结果.发现没有明确答案.apache

    

    

 

       No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?    实际上是jre的配置有问题修改后就没有问题.
相关文章
相关标签/搜索