Monday, March 22, 2010

java.lang.UnsupportedClassVersionError (Unsupported major.minor version 49.0)

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

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...