1 Reply Latest reply on Oct 24, 2005 3:28 AM by frito

    One SAR needing a JAR in another SAR

    kc7bfi

      I have a SAR that needs to load a JAR that is included in another SAR (someone elses SAR). What is the best way to do this???

      David Robison

        • 1. Re: One SAR needing a JAR in another SAR
          frito

          If you don't want to be dependent from the version of a library somebody else is using, deploy the jar within your sar and use a differnt loaderrepository for your sar. Be sure to set java2ParentDelegation to false.