320x100
[상황]
jsp 파일 생성 후 자바 스크립트 릿에서 에러 발생
[참고 플랫폼]
더보기
1. eclipse 4.19 (2021-03) 버전
2. eclipse 플러그인 spring 3.9.14 RELEASE
3. spring Legacy Project
4. spring 3.1.1.RELEASE
[에러 내용]
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"
[해결 방법]
1. 프로젝트 우클릭
2. Properties 클릭
3. Java 체크 및 Runtimes 에서 톰캣 설정
4. Apply and Close (저장 후 닫기) 클릭
320x100