zoukankan      html  css  js  c++  java
  • 未与 -source 1.6 一起设置引导类路径

    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

  • 相关阅读:
    3-1
    3-2
    习题二 8
    习题二 3
    习题二 5
    习题二 4
    习题二 6
    实验三-2未完成
    实验三
    心得
  • 原文地址:https://www.cnblogs.com/javaleon/p/4048233.html
Copyright © 2011-2022 走看看