It is caused when the java compiler is not compatible with the code.
Goto Project Proprties -> java Compiler and check your jdk version.
Should solve the problem
Subscribe to:
Posts (Atom)
REFACTORING
What is Refactoring? A software is built initially to serve a purpose, or address a need. But there is always a need for enhancement, fixin...
-
If you have ever filled an online form, you are bound to have encountered a CAPTCHA. CAPTCHA stands for Completely Automated Public Turin...
-
Logging is an important aspect of software development, one that is many a time ignored by developers. it's important to have clean an...
-
Popular platform-as-a-service provider Heroku has published a set of best practices called the Twelve-factor-app for building deployable ...