How to I use third party resources in an Avalon application?

To Include Third Party JAR files in your Merlin app, add the following to your block.xml:

  <container name="demo"> 

    <classloader> 
      <classpath> 
        <repository> 
          <reosurce id="some-third-party:third-party-jar" verions="xxx"/> 
        </repository> 
      </classpath> 
    </classloader> 

    <component name="test" class="MyComponent"/> 

  </container> 


Where do I put the actually jars so that merlin can load them? --RobEvans


Return to ["AvalonFAQ "]

(this page is part of the wiki materials for ApacheAvalon; Avalon main page in the wiki is AvalonProjectPages)

AvalonFAQ/ThirdParty (last edited 2009-09-20 23:33:24 by localhost)