java: -source 1.5 中不支持 try-with-resources

java: -source 1.5 中不支持 try-with-resources
(请使用 -source 7 或更高版本以启用 try-with-resources)
IDEA中出现这个如何解决?

try-with-resouce需要jdk7及以上版本,低版本还是手工做资源关闭,在finally执行