jeecg支持JDK1.6吗?配置之后install会报错,这个问题怎么解.....
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project jeecg: Compilation failureFailure executing javac, but could not parse the error:
javac: 无效的目标版本: 1.7
用法: javac <options> <source files>
-help 用于列出可能的选项
->
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 推荐使用 1.7
页:
[1]