IT
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
roselumi
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 [우리집앞마당]