3 Replies Latest reply on Jul 27, 2012 7:23 AM by guinotphil

    Class loading in JBoss AS7

    ranga033

      The classes/jar in each module is loaded by a local class loader and the dependencies for each module is mentioned in modules.xml. One of the module which I have created depends on a jar which is present in <JAVA_HOME>/jre/lib/ext. Shouldnt' this jar be automatically loaded into the JVM. I get a ClassNotFoundException .

       

      Any reasons why it behaves so ?

       

      Thanks !

      Rang