View classes dependency graph plugin?

eclipse, eclipse-3.4, eclipse-plugin, eclipse-rcp, java

Solution

Classycle can be a good start (for static dependencies between classes at least)

(I find their graph a bit complicated to follow though : CDA - Class Dependency Analyzer is an external tool, but produce much more readable dependency graphs)

Problem

Is there any plugins I can use for Eclipse that will show graphical view of classes dependencies?

Original source