'httpservlet'에 해당되는 글 1건

  1. 2020.11.25 javax.servlet.http.HttpServlet cannot resolve ... 문제 해결법
Web&Spring2020. 11. 25. 12:27

 

 

 

javax.servlet.http.HttpServlet.* 클래스를 찾지 못하는 경우가 있다.

jsp파일 제일 첫번째 라인에 컴파일 에러가 뜰 것이다.

해결법은 간단하다.
Project properties -> java Build Path -> Libraries 탭 ->  add library -> server runtime -> was 선택

하면 된다.

 

 

Posted by 사슴영혼'-'