본문 바로가기

개발관련/기록

Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core" 오류 해결 dependency 추가

728x90

프로젝트를 import하고 나서 core tag 사용하려는데 빨간줄이 뜹니다

 

 

 

 

 

저 싸이트 들어가봐도 모르겠어요. 이게 뭐지?

 

 

 

 

 

구글링을 합니다 ㄱㄱ

https://devday.tistory.com/entry/Can-not-find-the-tag-library-descriptor-for-httpjavasuncomjspjstlcore

 

Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"

다음과 같이 taglib 사용 시 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> 다음과 같은 에러에 직면할 수 있다. Can not find the tag library descriptor for "http://java.sun.com/jsp/js..

devday.tistory.com

 

 

 

 

 

저는 여기서 사용했습니다

https://hackersstudy.tistory.com/42

 

JSTL Core Tag (c tag)

JSTL Core Tag (c tag) : JSTL에는 코어, 포맷팅, 함수, 데이터베이스, XML처리와 같이 다섯개의 라이브러리를 지원하지만 이 글에서는 가장 많이 사용하는 태그인 "코어" 태그 부분에 대하여 설명한다.

hackersstudy.tistory.com

 

 

 

 

 

maven에 jstl dependency를 추가하지 않았기 때문에 발생하는 에러

pom.xml로 갑니다.

보통 스프링 사용중이라면 프로젝트 가장 아래에 있겠죠

 

 

 

 

 

들어가면

dependencies라고 dependency들을 감싼 태그가 있습니다.

그 안에 넣어주면 해결

 

 

 

 

 

잘 넣어줍니다.

 

 

 

 

 

저장 누르는거 잊지말고요

그럼 진짜 해결