java ee - How to get deployed jars in Jboss -


How do I get a list of jars posted in Jebos?

I want to compile some classes, runtime in EJB, but they can use some deployed jars, so I need to specify the spacepace during compilation. It is possible to list applications deployed using this


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -