如何在Jboss中部署jar

时间:2010-06-15 10:03:28

标签: jboss java-ee

如何获取JBoss中部署的jar列表?

我想在EJB中运行时编译一些类,但是他们可能会使用一些已部署的jar,因此我需要在编译期间指定classpath。

1 个答案:

答案 0 :(得分:0)

可以使用ProfileService ManagementView列出已部署的应用程序。检查org.jboss.deployers.spi.management.ManagementView的各种方法。