728x90
http://lab4109.blogspot.com/2011/11/java-error-must-override-superclass.html
Java error : Must override a superclass method
어제 인턴으로 근무중인 사원들에게 프로젝트 개발환경을 새로 잡아주고 정리된 SVN에서 새로 체크아웃을 받았더니 다른 에러는 안 뜨는데 이런 에러가 떴다. Must override a superclass method 가만보니
lab4109.blogspot.com
이클립스의 전체적인 환경설정에 설정되는 Java Compiler와
각 프로젝트 마다 개별설정되는 Compiler 버젼이 따로 있다.
프로젝트 우클릭 후 > properties > Java Compiler 에서 level을 맞춰주면 에러 해결
'개발관련 > 기록' 카테고리의 다른 글
cpu와 입출력 장치에 대한 통신용어- 폴링, 인터럽트, DMA (0) | 2021.12.30 |
---|---|
chm 파일은 html 확장 파일이다 (0) | 2021.12.21 |
pom.xml xmlns 빨간줄 -> 해당 프로젝트 메이븐 업데이트 하기 (0) | 2021.12.13 |
svn(subversion) (0) | 2021.12.13 |
Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" 오류 해결 dependency 추가 (0) | 2021.11.23 |