1 Reply Latest reply on Sep 29, 2005 10:29 AM by cat4hire

    When class which will be changed is loaded?

    marcinbr

      Hello

      I've got another question. Which class loader loads class which is to be changed?
      For example i've got such situation:

      CtClass cc = null;
      cc = pool.get(pClassName);

      where pClassName is name of class.

      Is pClassName loaded by class cloader? if yes - which one loads it?

      Marcin