問題表現:Can not find the tag library descriptor for "http://java.sun.com/jsp/jstl/core"java
解決方案:web
(1)網上下載:jstl-xxx.jar(xxx表明版本號),standard.jar導入到lib庫jsp
(2)新建一個web項目,new時選擇最後一個選項中的jstl1.2,而後再把這兩個包從new 的項目中拷貝出來放到你項目的lib庫ip