Hi using eclipse juno, dynamic web project apache Tomcat v7.0 (which has its own jstl-1.2.1.jar) I get this error
javax.servlet.ServletExc
I had a similar problem, using conditional tag . I was only using taglibs-standard-impl-1.2.5.jar.
After downloading the jstl.jar from jstl.jar download page and adding it to Tomcat's installation lib directory it works.