1 Reply Latest reply on Feb 26, 2002 9:37 PM by julien1

    Where to place jars used by application?

    lexus

      If for some reasons I do not want to put jars needed to run my application to lib/ext directory, where can I put them? The first evident idea is to create ear and place jars needed together with ejb jars in this ear.
      But jboss 2.4.4 cannot see classes in jars packaged in the same ear while deploying ejb jars in this ear (I get NoClassDefFoundError while deploying the). Can anyone tell me why?