I was getting this error when I installed JRE 1.8 and tried to run Hello World from the GAE application on the Eclipse Kepler . This solution:
I installed Java 8 support for Kepler from the Eclipse Marketplace . Then I solved the problem by choosing Eclipse Right-click the project file -> Properties Java Build Path , I deleted the JRE System Library 1.6 , clicked Add Library JRE System Library Installed JRE's . Then I clicked Search , it automatically found version 1.8 , and then I returned to the previous view, chose 1.8, and now everything works fine!
source share