java.lang.NoClassDefFoundError: javax/servlet/jsp/el/ELException

SRVE0026E: [Servlet Error]-[javax/servlet/jsp/el/ELException]: java.lang.NoClassDefFoundError: javax/servlet/jsp/el/ELException
at java.lang.Class.getDeclaredMethods0(Native Method)

Solution:

You need the jstl.jar and standard.jar on the webapp's classpath.
You can get them from the jakarta site.

0 comments: