자바 오류: 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
문제해결완료.
'Program > Android' 카테고리의 다른 글
[Android]Android fragment (0) | 2015.09.14 |
---|---|
안드로이드 스튜디오 메모리 문제 해결 (0) | 2015.08.21 |
Google Cloud Messaging 3/4 (0) | 2015.08.12 |
Google Cloud Messaging 2/4 (0) | 2015.08.12 |
Google Cloud Messaging 1/4 (0) | 2015.08.12 |