I am trying to use a switch statement in my Greenfoot project but I get the following error message "Strings in switch are not supported in -source 1.6 (use -source 7 or higher to enable Strings in switch)". Can someone help me change my java source from 1.6 to 7. NOTE: I have JDK 1.8.0_25, the latest on Oracle.com/Java . Thanks for your help!

