I have the following error for compiling a jsp file:
\'<>\' operator is not allowed for source level below 1.7
I\'m using
Check the following areas within Eclipse:
Right Click Project > Properties > Project Facets > Java > Version 1.7
Right Click Project > Properties > Java Build Path > Libraries > JRE Library should be 1.7
Right Click Project > Properties > Java Compiler > Compiler compliance level
Window > Preferences > Server > Runtime Environment > Select the Server > Edit > Ensure JRE is set to 1.7