user1227433
user1227433

Reputation: 885

How to draw UML diagrams using Eclipse

What is the version of Eclipse that can be used to draw the UML diagrams. That is what is the version of Java with which the tools to draw UML diagrams comes along with it.

Thanks

Upvotes: 7

Views: 29521

Answers (5)

veri_pudicha_coder
veri_pudicha_coder

Reputation: 1511

One of the easiest ways is to use PlantUML plugin for eclipse. It is an open source software and is really simple to use.

See the documentation here!

Upvotes: 0

UML GURU
UML GURU

Reputation: 1462

The only professional quality tool which allows the use of java and UML is Omondo but it is really very very expensive. Ridiculous pricing !!

Other plugins are only focus on UML but no real Java extensions. eUML could have been a good free candidate but it seems the tool has been stopped http://www.soyatec.com/forum/viewtopic.php?t=955

Upvotes: 0

Jordi Cabot
Jordi Cabot

Reputation: 8208

Eclipse itself maintains a list of Eclipse plug-ins/tools to create UML models compatible with the official Eclipse MDT-UML2 Eclipse project. See http://wiki.eclipse.org/MDT-UML2-Tool-Compatibility

Upvotes: 0

Vikramsinh Shinde
Vikramsinh Shinde

Reputation: 2878

try to install this plugin in eclipse

http://marketplace.eclipse.org/content/umlet-uml-tool-fast-uml-diagrams

it's easy to use.

Upvotes: 0

Volker Stolz
Volker Stolz

Reputation: 7402

The probably best choice at the moment is the Papyrus component in Eclipse Indigo. The exact Java version doesn't play a big role in that, you just need to be able to run Eclipse.

Upvotes: 8

Related Questions