min's devlog
[JSP] "javax.servlet.http.HttpServlet" was not found 본문
문제
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
해결
project > properties
Project Facets > java >> runtime 탭 > Apache Tomcat 설정 Apply

'Error Note' 카테고리의 다른 글
| [Java] java.lang.OutOfMemoryError (0) | 2022.07.28 |
|---|---|
| [Spring] cvc-id.3: A field of identity constraint... (0) | 2022.07.26 |
| [JSP] HTTP 상태코드 (0) | 2022.07.05 |
| java.sql.SQLException: No timezone mapping entry for 'KST' (0) | 2022.07.04 |
| [JSP] The code of method Service() is exceeding the bytes limit (0) | 2022.06.29 |
Comments