Techspace

IT happens only in IT

Problem- java.lang.NoClassDefFoundError: javax/el/ValueExpression Tomcat

Posted by Paras on January 31, 2008

Problem- java.lang.NoClassDefFoundError: javax/el/ValueExpression

Possibly
you are using different set of jars at runtime and compile time. In
case of tomcat you might be using some of the jars. Try adding jars
like el-api.jar, javaee.jar, jstl-1.2.jar from your development
environment to the Tomcat/common/lib folder, one by one and it should
solve the problem

Powered by ScribeFire.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>