ClassLoader Hierarchy viewer
I always had problems with class loading. Be it a Java EE app or some proprietary framework that maintains its own class loader hierarchy, I would end up spending time on “Why my class is not getting loaded” kind of problems. I’m sure may of the developers/designers would have…