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