今天使用maven创建一个普通的web项目时,在jsp中引入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,全部修改完成后问题解决。