jongviet

May 10, 2021 The superclass "javax.servlet.http.Httpservlet" was not found on the Java Build Path" ?!! 본문

errors + solutions

May 10, 2021 The superclass "javax.servlet.http.Httpservlet" was not found on the Java Build Path" ?!!

jongviet 2021. 5. 10. 22:15

#erros + solutions

 

*5월10일

 

1) JSP 파일 생성 직후 The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 에러 발생시~?

->프로젝트 - properties - java build path -> libraries - add library - server runtime - apache tomcat v.8.5(사용하시는 버전 확인) - apply and close

 

Comments