I’m building a web app and meet with the following errors:
2007-7-16 11:53:29 org.apache.catalina.core.StandardWrapperValve invoke
fatal: Servlet.service() for servlet MainServlet threw exception
java.lang.NoClassDefFoundError: org/jdom/Content
at MainServlet.doGet(MainServlet.java:39)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
For the Jdom.jar file, i’ve already added both in the library and manually copy those jar file
in the WebContecnt/web-inf/lib
But the jar file seems not attachable