Re: [JBoss-user] Loading classes from a jar file dynamicaly

2001-05-31 Thread Peter Fagerlund
on 1-05-31 15.07, Francois Archambault at [EMAIL PROTECTED] wrote: > ow to load class from a .jar file dynamicaly and could give me > some example. Check the api doc for : java.net.JarURLConnection ___ JBoss-user mailing list [EMAIL PROTECTED] http:/

[JBoss-user] Loading classes from a jar file dynamicaly

2001-05-31 Thread Francois Archambault
I need to know how to load classes from a jar file dynamicaly. I inspect a little bit the JBoss source code and I think I could find the answer to my problem into the source code of javax.management.loading.MLet. But where can I find this source ? I've look at the source of JBoss through the "B