我使用 Linux Debian 2.6.32-5-amd64。我的 Eclipse 版本:4.2.0 我的 Java 版本:jdk1.7.0_07
当我构建我的项目时,我收到错误:
[javac] <myPath>file.java:66: error: try-with-resources is not supported in -source 1.6
[javac] try(Scanner scanner = new Scanner(new File(path))){
[javac] ^
[javac] (use -source 7 or higher to enable try-with-resources)
[javac] 1 error
我将编译器合规级别设置为 1.7。怎么了?是问题吗?