I am using maven2, how do I add a dependency to JSTL (The JSP Standard Tag Library) ?
I had the same problem. I solved it by adding Apache Tomcat libraries to the Java build path.
See my screenshots, I am using Maven:
Before adding Tomcat libraries:
After adding Tomcat libraries: