2 Replies Latest reply on May 9, 2012 10:47 AM by ctomc

    How to dynamically load jars

    rage_true

      My war-application uploads to server jars and need to use classes inside of them, but it getsClassNotFoundExceptio. I can't find a way to add jar-dependencies to modules dynamically - MANIFEST.M, jboss-deployment-structure.xml are static way of doing this.

      Is there a way do it programmatically like deployment here, but for dependencies? Can anyone suggest any other solution? Thanks!