关于jstl有关问题

关于jstl问题java cannot find the tag library descriptor for http://java.sun.com/jsp/jstl/core?经

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

?经过一番Google,发现少了jstl.jar和Standard.jar,引入这两个包之后还抱上面的错误。

在检查project Facets中发现servlet版本为2.3,修改为2.5或以上。

最好将project Facets 中版本改为1.6,全部修改完成后问题解决。