HELP!! Major Java Malfunction
Right, so, I'm not even sure exactly what I did.
I was doing a simple switch statement but was using a string rather than a char which showed up an error, that's fine, i'm not bothered about that, but i STUPIDLY clicked on the quick fix (without even really reading it) and now all my code is coming up with error after error.
it said something about 1.7 so i went
window -> preferences -> Java -> compiler
and compiler compliance level is set at 1.6 and default compliance settings are being used.
anybody know what i did? or better yet how to undo it??
p.s. i'm a total noob with java