JDK1.7新特性,从Eclipse迁移过来的代码,和Eclipse用的同样的JDK1.7.0_07,在Eclipse中switch()括号中写字符串正常运行。
到了IDEA中显示如下错误:
[img]http://dl2.iteye.com/upload/attachment/0090/0287/5d1648eb-99d2-3455-bdf4-73c3c841ad2b.jpg[/img]
[img]http://dl2.iteye.com/upload/attachment/0090/0289/63217753-b14c-3b70-9d8f-153a065aca77.jpg[/img]
编译器版本也选了1.7,结果编译时报 java: -source 1.6 中不支持 switch 中存在字符串
(请使用 -source 7 或更高版本以允许 switch 中存在字符串)
请教还有哪里要设置么?