版权声明:本文为博主原创文章,未经博主允许不得转载。 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 拷贝出来放进你的项目里