码迷,mamicode.com
首页 > 其他好文 > 详细

未与 -source 1.6 一起设置引导类路径

时间:2014-10-24 18:27:17      阅读:1829      评论:0      收藏:0      [点我收藏+]

标签:style   color   io   ar   sp   on   art   cti   bs   

bootstrap class path not set in conjunction with -source 1.6

未与 -source 1.6 一起设置引导类路径

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<compilerArgument>-Xlint:all</compilerArgument>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
<encoding>UTF-8</encoding>
</configuration>
</plugin>

把红色部分都设置成1.7

未与 -source 1.6 一起设置引导类路径

标签:style   color   io   ar   sp   on   art   cti   bs   

原文地址:http://www.cnblogs.com/javaleon/p/4048233.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!