Hello,
I want to use a String in switch, but I get an error:
strings in switch are not supported in -source 1.6
(use -source 7 or higher to enable strings in switch).
I already updated to java 7
Any idea?


strings in switch are not supported in -source 1.6 (use -source 7 or higher to enable strings in switch)