I'm trying to use JSTL tags into my "Dynamic Web Project" in
Eclipse 3.5.2 (Galileo, using Ubuntu Lucid 10.04, up-to-date, with
oracle jvm).
I have
jstl.jar and
standard.jar at my
WEB-INF/lib folder, and they are in "Java Build Path" from project.
But when i try to run my example project, in an
Apache Tomcat 6.0.26 server, i got this error:
SEVERE: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/functions cannot be resolved in either web.xml or the jar files deployed with this application
The code that i'm trying to execute is:
Follow the content of file web.xml:
This is an Eclipse bug or i'm making something wrong? I tried to make it from many times, including using
fn.tld into
WEB-INF/tlds folder, but i can not.