본문 바로가기
JSP/Problems

server runtime 라이브러리 추가

by avvin 2019. 4. 26.

에러 내용 : "The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path"



프로젝트 우클릭 -> Build Path -> Configure Build Path...-> Libraries 탭 -> add library 

-> server runtime -> WAS 선택 -> 해결


출처: https://multifrontgarden.tistory.com/52 [우리집앞마당]

'JSP > Problems' 카테고리의 다른 글

버튼 무반응  (0) 2019.05.10
Cannot create PoolableConnectionFactory 오류  (0) 2019.05.10
이클립스 에러 해결  (0) 2019.05.03
jsp method="get" / "post" 한글 깨짐 현상  (0) 2019.04.29
html 브라우저 실행시 한글깨짐 현상  (0) 2019.04.26