이클립스 jsp파일 생성 후 서버연결 오류 해결법
오류내용
Multiple annotations found at this line:
- The superclass "javax.servlet.http.HttpServlet" was not found on the Java
Build Path
- The superclass "javax.servlet.http.HttpServlet" was not found on the Java
Build Path
해결방법
프로젝트 우클릭 후 → Build Path → Configure Build Path... 클릭 → Libraries → Modulepath → Add Library... → server runtime Next → Apache Tomcat 클릭 Finish → Apply and Close
'Setting > Eclipse' 카테고리의 다른 글
[Eclipse] 이클립스에서 json파일 만들기 (0) | 2021.06.08 |
---|---|
[Eclipse] 이클립스에서 XML문서만들기 (0) | 2021.06.08 |
[Eclipse] 자바스크립트 자동 완성 기능 설정하기 (2) | 2021.06.04 |
[Eclipse] 이클립스(Eclipse) HTML UTF-8 설정 방법 / 한글이 안 깨지게 하는 방법 (0) | 2021.06.03 |
[Eclipse] 이클립스에서 html 실행시 Web으로 뜨게 만들기 (0) | 2021.06.03 |