draw dependency graph for a java class
class, dependencies, java, tree
Solution
You can try JavaDepend, it gives many features for dependency needs.
Problem
Heyho, I'm searching for a tool like JDepend to draw a graph for a java classfile. JDepend seams to be fine, but it's not resolving the deps from the deps (maybe I'm just missing some special options?). A direct output into .dot format or an image would be nice to have. Thanks