No tag library could be found with this URI taglib prefix c

No tag library could be found with this URI taglib prefix c

If you see below error:

index.jsp:3:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    ^----^
index.jsp:3:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file.
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    ^----^

 

Answer: It means you are trying to use tag jstl core and jstl.jar is missing from class path. To fix this issue please include jstl.jar in your class path. Below you could download jstl-1.2.jar

Spring jdbctemplate tutorial Download jstl-1.2

Leave a Reply

Your email address will not be published. Required fields are marked *