yangqinjie520 发表于 2018-10-23 11:03:01

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 failure
Failure 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

fly1206 发表于 2018-10-26 10:59:34

推荐使用 1.7
页: [1]
查看完整版本: jeecg支持JDK1.6吗?配置之后install会报错,这个问题怎么解.....