ERROR-The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
CODEDRAGON ㆍDevelopment/JSP
반응형
오류 메시지
Description Resource Path Location Type The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path delete.jsp /guestbook/WebContent/view line 1 JSP Problem |
|
해결방법
해당 프로젝트 이름 선택 >> 마우스 우클릭 >> [Properties] >>
왼쪽 창의 메뉴에서 [Project Facets] 선택 >> 가장 오른쪽 창에서 [Runtimes] 탭 클릭
[Runtimes] 탭을 클릭하면 설정한 웹 서버가 목록이 나타납니다.
실행할 웹 서버 항목을 체크한 후 [Apply] >> [OK]
or
http://codedragon.tistory.com/4612
'Development > JSP' 카테고리의 다른 글
Step 1: Google API키 발급 받기(구글 서비스에서 OAuth API키 발급 받기) - Google 로그인, 프로젝트 생성, OAuth client ID 발급받기, 사용할 서비스 설정하기 (API 설정) (0) | 2017.11.05 |
---|---|
방명록(Guest Book) (0) | 2017.08.06 |
HttpServletRequest cannot be resolved to a type Action.java /xxxxx line 18 Java Problem (0) | 2017.07.27 |
MVC - 모델 2 구조(Model 2) (0) | 2017.07.27 |
JSTL sql, sql 라이브러리 태그 종류 (0) | 2017.07.27 |