0 Replies Latest reply on Dec 12, 2004 2:01 PM by jccampot

    Dynamically adding new classes

    jccampot

      Hi, I am developing a web application that needs to load new classes that are stored in jar files without restarting the server. When a new jar file is stored in the file system, the classloader must load that classes, so the application can create new objects of that classes without throwing the ClassNotFoundException.
      Can anyone give me some guidelines on how to accomplish this.
      Thanks in advance.