下载项目之后 ,jdbcSqlStudent.jsp 页面和sublistStudent.jsp页面 开头的标签库都显示错误
Multiple annotations found at this line:
- Can not find the tag library descriptor for "http://java.sun.com/
jsp/jstl/core"
- Can not find the tag library descriptor for "http://java.sun.com/
jsp/jstl/core"
已经到了jstl的jar包
导入jstl.jar和Standard.jar或则只导入jstl-1.2.jar,就可以了
项目缺少jstl的jar包,如果引入jar包的话,可能是jar的版本和tomcat版本不匹配