1 Reply Latest reply on Jun 20, 2006 4:40 AM by koen.aers

    PAR contents

    mike.daleiden

      What exactly can be put into a PAR? We would like to put together some rather complex ActionHandlers that would have code that depends on other code libraries (JARs). These dependent JARs would be specific to each process, and we would like to be able to "bundle" these up inside the PAR, so that we can deploy the whole thing as a single item.

      Is this possible?

        • 1. Re: PAR contents
          koen.aers

          Hi Mike,

          Yes this is possible in a way. You'll have to include all the used classes in your deployment archive. The par file is an ordinary zip archive by the way.

          Regards,
          Koen