1 Reply Latest reply on Nov 27, 2002 8:16 AM by loic

    problem with EJB tree

    loic

      Hello,

      I have a jar with this tree:
      exemple.jar\META-INF
      \com\(all the classes)
      It works good.
      But i would like to have the com directory in the META-INF to protect the class files.
      When i put it like this the classes are not found during deployment...
      Where could be the problem?

      Loic

        • 1. Re: problem with EJB tree
          loic

          Just a precision the origin tree is:
          exemple.jar/META-INF
          exemple.jar/com/(all classes)
          I would like to have:
          exemple.jar/META-INF/com/(all classes)