How to get deployed jars in Jboss
Posted
by Filip
on Stack Overflow
See other posts from Stack Overflow
or by Filip
Published on 2010-06-15T10:03:28Z
Indexed on
2010/06/15
16:22 UTC
Read the original article
Hit count: 217
How can I get the list of jars deployed in JBoss?
I want to compile some classes at runtime in EJB, but they may use some of the deployed jars, so I need to specify classpath during compilation.
© Stack Overflow or respective owner