Say I'm debugging some weird class loading issues of an application deployed inside of a Java EE app server. By some reason it appears, that I have duplicate jars on the class paths of two classloaders (2 different EAR classloaders), and the classes from namespaces of these class loaders need to colaborate.
So the question is following: does exist any tool which can show an image (picture) of class loader tree together with the repository of each class loader? Of course, it's not of big importance to show exactly a picture, if it could be some kind of a dynamic user interface (i.e. like Windows Explorer tree folding/unfolding), I would be very happy.
UPD: I'm using JBoss 5.1.
Thanks