3 Replies Latest reply on Jun 2, 2004 2:31 AM by vivkap01

    JDOM.jar class loading issue

    osoe

      I am trying to deploy a set code whcih uses jdom.jar

      I also added the following dependent jars used by jdom.jar

      jaxen-core.jar
      jaxen-jdom.jar
      saxpath.jar
      xalan.jar
      xerces.jar
      xml-apis.jar

      During runtime, I get the following exception.
      org/saxpath/SAXPathException class not found which is part of saxpath.jar.

      java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
       java.rmi.ServerError: Unexpected Error; nested exception is:
       java.lang.NoClassDefFoundError: org/saxpath/SAXPathException


      Thanks