개발(합니다)/시나브로(이슈)
The superclass javax.servlet.http.HttpServlet was not found on the Java Build Path
otrodevym
2018. 8. 13. 22:35
반응형
빌드 경로를 찾지 못하는 에러
해결 방법
요약
- Preferences - Server - Add - tomcat 추가
- 프로젝트 - java build path - Liberaries 탭 - add Liberary..
- Server runtime - tomcat 추가
-> project facets에서 해결하는 방법도 있음
- Preferences - Server -Add - tomcat 추가
- java build path
- Add Library
- Server Runtime
- tomcat 추가
- 확인
- 에러 해결
반응형