I got the error java.lang.NoClassDefFoundError: javax/el/ELContext when i was trying to run a unit test.
Solution:
el-api.jar needs to be in your class path. This is usually found in the tomcat/lib dir. I usually add everything in the tomcat lib to my classpath
No comments:
Post a Comment