Drawing Class diagram

Hi I want to draw the class relationship diagrams from actual classes/packages, The source is so lengthy so cant be drawn manually. Is there any tool that directly gives me the relationship by giving classes/packages as Input.Kul
[250 byte] By [KuldeepPatil] at [2007-9-30 7:17:57]
# 1
try rational rose. else you could try visual paradigm they do have a free community version.
yrhduahcmarruhk at 2007-7-1 23:43:20 > top of Java-index,Other Topics,Patterns & OO Design...
# 2

If you're using eclipse (which is free) you could try EclipseUML by Omondo (http://www.omondo.com/download/free/index.jsp) - it generates class diagrams (and other types UML diagrams) from existing source code. I've used it a fair bit - its good for quickly gaining an understanding of the static relationship between your classes.

rowej at 2007-7-1 23:43:20 > top of Java-index,Other Topics,Patterns & OO Design...
# 3
Doxygen is another good and free alternative.
kcounsell at 2007-7-1 23:43:20 > top of Java-index,Other Topics,Patterns & OO Design...