%@ taglib uri=“http://java.sun.com/jsp/jstl/core” prefix=“c”% 报错!!!!JSP

When writing project JSP <% @ taglib uri = " http://java.sun.com/jsp/jstl/core %" prefix = "c"> error

When delete can jump page, plus also had nothing error

problem causes:

Two missing jar package

jstl.jar

standard.jar

Solution:

Add to jar package lib in ,,, you can! ! ! ! !

Find the two rack packages \ webapps \ examples \ under WEB-INF \ lib directory tomcat

Copied to your project to put the jar package lib folder can be

(Project \ WebContent \ WEB-INF \ lib)

Another :::: This method is applicable to all projects

The two jar package copied to the tomcat \ lib directory

Then you can restart eclipse

Published 18 original articles · won praise 6 · views 10000 +

Guess you like

Origin blog.csdn.net/Fayeni/article/details/104476739