How to find out all the dependency class names of one class?

Posted by BlueDolphin on Stack Overflow See other posts from Stack Overflow or by BlueDolphin
Published on 2010-04-11T18:43:33Z Indexed on 2010/04/11 18:53 UTC
Read the original article Hit count: 171

Filed under:
|

I have a big list of classes, a lot of them are not used any more.

I know the entries class, I'd like to know all its child classes. I know read class binary would help, wondering whether there is any better way.

We are not using class.forName.

thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about classloader