[ Error ]
Multiple annotations found at this line:
- The superclass "javax.servlet.http.HttpServlet" was not found on the Java
Build Path
- The superclass "javax.servlet.http.HttpServlet" was not found on the Java
Build Path
- The superclass "javax.servlet.http.HttpServlet" was not found on the Java
Build Path
The superclass "javax.servlet.http.HttpServlet" wsa not found on the Java Build Path
JSP 파일 제일 첫줄에 나오는 오류.
보통 Runtime이 제대로 설정이 안되서 발생한다.
해당 오류가 나는 프로젝트 Properties > Project Facets > 오른쪽 탭에서 Runtimes 탭 > 해당 버전의 Tomcat 선택후 Apply
출처: https://highcode.tistory.com/30 [HighCode] //톰캣 오류 정리돼있음
<%@ 부분 오류 밑줄 뜨고 소스파일에도 오류표시 뜰 경우
Build Path 문제
JRE 라이브러리 바꿔보고 runtime add해도 오류 해결 안될 경우
잘 동작하는 프로젝트에 설정된 톰캣 classpath 번호 확인하고 같은걸로 add해보기
'JSP > Problems' 카테고리의 다른 글
서버가 여러 개 등록된 경우 삭제하는 방법 (0) | 2019.06.04 |
---|---|
Port 8080 required by Apache Tomcat v8.5 (4) at localhost is already in use. (0) | 2019.06.04 |
The import com.oreilly cannot be resolved (0) | 2019.05.17 |
port 8080 required by tomcat (0) | 2019.05.17 |
invalid relational operator 오류 해결 (0) | 2019.05.10 |