Jstl not adding correct to Dynamic Web Project in Eclipse (Juno)

I have seen several Tutorials and post where they show you how to add the Jstl.rar to be able to use it with JSP Files. But I'm not havving any luck

This is what I did

  • Create Dynamic Web Project
  • Download the Jstl 1.2. from Apache came with: taglibs-standad-impl-1.2.5jar,taglibs-standard-spec-1.2.5.jar,taglibs-standard-jstlel-1.2.5.jar,taglibs-standard-compat-1.2.5.jar
  • Add jar files under /WEB-INF/lib
  • Create jsp file and add <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
  • It gives me an error it cannot find the tag description <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

    I look at these articles but they tell you different ways to fix it but they are not working. Any help would be appreciated. I'm trying to learn this but I'm struggling because of this

    About Jstl

    Getting jstl to run with tomcat and eclipse

    I also tried going to properties ->Java Build Path-> Libraries. And add a new user library and under that user library add all the jar files but didnt work either. Am i missing some confugiration on the web.xml file. Any help please ?

    链接地址: http://www.djcxy.com/p/76586.html

    上一篇: java脚本不能在jsp文件中使用spring mvc

    下一篇: Jstl在Eclipse中未添加正确的动态Web项目(Juno)