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

时间:2022-11-16 16:42:25

出现java cannot find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"

主要的愿意是因为没有jstl的jar包,如果你里面有了,那么可能是版本的问题,j2ee版本如果是1.4那么就要加jstl.jar包,如果是以上就不用加了,还有一个问题是jstl.jar包版本的问题,如果你里面是jstl1.1那么http://Java.sun.com/jsp/jstl/core就是这样,如果是1.0那么就应该是http://java.sun.com/jstl/core,没有jsp