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

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/bitree1/article/details/50454162
eclipse错误:Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core

原因:缺少 
jstl.jar  
standard.jar 
两个Jar包 
 
用MyEclipse新建一个Web 工程选择 J2EE1.4      在新建的工程的WEB-INF/lib文件夹里就会有 
jstl.jar  
standard.jar  拷贝出来放进你的项目里
上一篇:jsp页面引入css文件报错 javax.servlet cannot be resolved to a type


下一篇:java笔记之局部变量、成员变量和构造器