Java Compiler의 version 정보가 달라서 생긴 에러.
Properties -> Java Compiler에서
Enable project specific settings check
Use default compliance settings check
Compiler complicance level :
J2SE 8 = 52
J2SE 7 = 51
J2SE 6.0 = 50
J2SE 5.0 = 49
JDK 1.4 = 48
JDK 1.3 = 47
JDK 1.2 = 46
JDK 1.1 = 45
에 따라 설정.
예를 들어 J2SE8 = 52는 컴파일러 레벨 1.7이다.
참고 : http://stackoverflow.com/questions/22489398/unsupported-major-minor-version-52-0