报错提示:
[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: javac: 无效的目标版本: 1.8
[ERROR] Usage: javac <options> <source files>
问题原因:这个问题是因为jdk版本和maven的pom.xml版本不一致
排错步骤:
1 环境变量配置修改了吗(JAVA_HOME)
2 eclipse里installed JRES设置的是1.8吗
我的1和2都配置好了没有问题,但还是报错。最后参考网友的办法解决了。
1 在项目上右键:
2 设置jre