Where is the jsp-impl.jar?
843836Aug 16 2004 — edited Aug 16 2004I'm writing a JSP with JSTL and have encountered this error message:
WEB-INF/jsp/xxxView.jsp [-1:-1] java.lang.NoClassDefFoundError: javax/servlet/jsp/el/ELException
I found a reference on the web that implies the ELException class is in the jsp-impl.jar (is this true?). I am using Sun Java Studio Enterprise 6, and nowhere in that product can I find a jsp-impl.jar. I have the requisite jstl.jar and standard.jar files in my classpath.
Thanks in advance.
...jay