IT

Cannot find the tag library descriptor for http://java.sun.com/jsp/jstl/core 에러해결

jeanbro 2017. 7. 11. 00:51




;Cannot find the tag library descriptor for http://java.sun.com/jsp/jstl/core


에러 해결 방법!





jar 파일도 추가하고,  


<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 여기에도 빨간 줄이 안뜨는데 






왜 Tomcat 을 실행 시키면 


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


이런 에러가 뜨는 걸까? .. 휴







답은


Tomcat이 문제다!



Tomcat이 실행 될 때, jstl1.2.jar 와 standard.jar를 같이 안데리고 간다!!! 으아!!!










 해결  




자신의 컴퓨터에


1. apache-tomcat-8.0.39 폴더를 찾고 


2. 그 속에 lib 폴더를 한번 더 찾고


3. 그 안에 jar 파일을 직접 집어넣어!!!!! 





끝 















'IT' 카테고리의 다른 글

jqGrid 글씨 바꾸기  (0) 2017.07.18
jqGrid checkbox YN 사용하기  (0) 2017.07.18