본문 바로가기
Spring/Problems

[Error] must override a superclass method

by avvin 2019. 6. 23.

[Error] 

: must override a superclass method



다른 환경에서 작성한 프로젝트 임포트시 발생


 : 임포트하였지만 JDK와 프로젝트 작성 당시 환경설정 버전이 일치하지 않아 발생



Window - Preference - Java - Compiler > Configure Project Specific Settings...


Use compilence from execution environment 'J2SE-1.5' on the 'Java Build Path' 체크 풀고 버전 설정


버전 설정이 맞게 돼있어도 에러나는 경우가 있으니 다시 apply해본다.