I installed JDK 7 and using tomcat 7.
I'm now getting this error when using switch
on a String variable,
Cannot switch on a value of type String for source level below 1.7
I also set my classpath for JDK 7, i dnt have JDK 6 installed. How to resolve this?