eclipse里maven install时,报错提示jdk为无效的目标版本:1.7
Posted zhao1949
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse里maven install时,报错提示jdk为无效的目标版本:1.7相关的知识,希望对你有一定的参考价值。
http://blog.csdn.net/wabiaozia/article/details/51733372
************************************
报错提示:
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project sshe: Compilation failure
[ERROR] Failure executing javac, but could not parse the error:
[ERROR] javac: invalid target release: 1.7
[ERROR] Usage: javac <options> <source files>
或者中文提示:javac: 无效的目标版本: 1.7
问题原因:这个问题是因为jdk版本和maven的pom.xml版本不一致
排错步骤:
1 环境变量配置修改了吗
2 eclipse里installed JRES设置的是1.7吗
我的1和2都配置好了没有问题,但还是报错。最后参考网友的办法解决了。
1 在项目上右键:
2 设置jre
------------------------ok---------------------------
我博客所有文章目录:http://blog.csdn.NET/wabiaozia?viewmode=contents
本文参考:http://blog.csdn.net/u011752559/article/details/12999633
以上是关于eclipse里maven install时,报错提示jdk为无效的目标版本:1.7的主要内容,如果未能解决你的问题,请参考以下文章
idea maven打包 install 报错The packaging for this project did not assign a file to the build artifact(示例