0 Replies Latest reply on Mar 21, 2002 1:28 AM by anitha

    EAR file load classes from classpath

      Can a EAR file can find classes from classpath ?

      I mean i have a EAR file, this EAR file needs to load
      quite a no of external libraries, so i've placed all the
      external libraries in a jar file and put them into
      JBoss lib/ext directory.

      Can my EAR file load a class from JBoss lib/ext directory.

      (I've placed this external library in JBoss classpath
      My EAR file complain me that it cannot find the classes
      which i've placed in JBoss classpath
      ).

      Any Inputs would be greatly appreciated