The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
IT 2018. 3. 15. 14:26출처: http://multifrontgarden.tistory.com/52 [우리집앞마당]
jsp파일 제일 첫번째 라인에 컴파일에러가 뜨는에러.
실행해보면 이상없이 실행되긴하지만 뭔가 문제가 있어보이는에러.
해결법은
프로젝트 우클릭 -> Build Path -> Configure Build Path...-> Libraries 탭 -> add library
-> server runtime -> was 선택 -> 끝
출처: http://multifrontgarden.tistory.com/52 [우리집앞마당]
'IT' 카테고리의 다른 글
코난 자동완성, 추천, 인기검색어 (0) | 2018.03.22 |
---|---|
크롬 - 인코딩 강제 설정 / 글자 깨짐 수정 (0) | 2018.03.22 |
proxy server 란 (0) | 2018.03.15 |
cross domain proxy php (0) | 2018.03.14 |
openAPI proxy (0) | 2018.03.14 |