I\'ve been trying to set up a custom classloader that intercepts classes to print out which classes are being loaded into the application. The classloader looks like this
what if you override the other loadClass() method?
protected Class> loadClass(String name, boolean resolve)