검색결과 리스트
글
자바 오류: The superclass " javax.servlet.http.HttpServlet" was not found
JAVA/버그
2015. 10. 28. 15:20
출처 : http://www.programkr.com/blog/McTM2ADMwYT3.html
자바 오류: The superclass " javax.servlet.http.HttpServlet" was not found
오랫동안 쓰지 코드, 오늘 새로 하나 만들기 프로젝트, 강력한 디자인 기능, 후 이 오류 발견
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
나중에 한번 원래 없다 Tomcat 실행 시 따른 추가,
인터넷에서 검색 좀 해결 방법은 다음과 같다:
- 프로젝트파일 오른쪽단추->Build Path->Add Libraries->Server Runtime->Tomcat Server
- 전환 java Build Path 인터페이스 중 Orader and Export 선택 Tomcat
'JAVA > 버그' 카테고리의 다른 글
[Error] 'Launching new_configuration' has encountered a problem. (0) | 2013.04.02 |
---|---|
[오류] 컨트롤 + 스페이스 (0) | 2012.05.28 |