try ( BufferedInputStream bis = new BufferedInputStream(
new FileInputStream(f))) {}
我使用了jdk 1.8和netbeans 8.0.2。该edidor显示错误:
-source1.5中不支持try-with-resource (使用7或更高版本启用try-with-resources)。 我不明白它的意思。指导我。
答案 0 :(得分:1)
您需要设置netbeans以将项目视为java 7(或8)项目。
请看这里:Netbeans documentation。特别是:"检查项目配置"段落。