0 Replies Latest reply on Apr 23, 2003 10:54 AM by spassignat

    Package Shared Library

    spassignat

      How should I package shared libraries (jar) in an ear ?

      The class of the shared libraries are instanciated by a resource (rar) and return to an ejb.

      I'm a little bit afraid, by class loading, to declare these libraries in the manifest Class-Path of the resource (rar) and of the ejb (jar).

      Is there any solution ?

      Thanks