How can I list all classes loaded in a specific class loader

Posted by Yaneeve on Stack Overflow See other posts from Stack Overflow or by Yaneeve
Published on 2010-04-21T08:53:50Z Indexed on 2010/05/18 2:10 UTC
Read the original article Hit count: 230

Filed under:
|
|

For debug reasons, and curiosity, I wish to list all classes loaded to a specific class loader.

Seeing as most methods of a class loader are protected, what is the best way to accomplish what I want?

Thanks!

© Stack Overflow or respective owner

Related posts about java

Related posts about classloader