This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Dynamic loading of jarspeter_f Dec 14, 2001 3:05 PM (in response to estebanlm)
 > I need to load/unload jars dynamically, and I don't
 > know how do that...
 Try using a classloader ...
- 
        2. Re: Dynamic loading of jarsdavidjencks Dec 14, 2001 3:47 PM (in response to estebanlm)need more info. What classloader scope? server? app? When? Why? 
 in 2.4 you can use an ear or maybe the j2eescopedDeployer to reversibly load app-scope jars.
 in 3 you can use sars or classpath refs from a --service.xml file. There are lots of examples in the 3 distro and lots of discussion/arguments on the dev list.
 
     
    