Omid Nazifi
Omid Nazifi

Reputation: 5234

How to install UML plugin for Eclipse?

I'm programming with Eclipse and I wanna use UML diagrams in Eclipse Indigo. I try to install either UML2 or UML2 Tools plugins but I don't succeed.

By the way, I downloaded ZIP files of EMF, XSD, UML2 SDK, UML2 Tools and extracted them then copy their files into plugins and features folders. I see installed files in Eclipse but I can't yet work with it.

I don't know what should I do. Could you tell me, please?

Upvotes: 9

Views: 47037

Answers (4)

robWDC
robWDC

Reputation: 139

I've installed the Luna version of Eclipse Modeling https://www.eclipse.org/downloads/packages/eclipse-modeling-tools/lunar and the "EMF Generator Model" wizard is not found under the Eclipse Modeling Framework. I've reviewed the Luna documentation to see if the generator is embedded or moved to a different package. I also installed Papyrus and all of the EMF related packages that were not installed and restarted. No luck yet.

enter image description here

Upvotes: 0

Volker Stolz
Volker Stolz

Reputation: 7402

If you only have downloaded the "plain" Eclipse Classic (and not EMT as @ChrisH suggested), go to Help->Install Modeling Components and install "Papyrus" that should get you started with UML.

Upvotes: 3

Eshika
Eshika

Reputation: 321

Insert Eclipse Indigo update site in Install new Software -->Modelling. There you will see one category named as modelling.Expand it & choose UML & then follow the procedure.

Upvotes: 1

ChrisH
ChrisH

Reputation: 4826

The easiest way to get a version of Eclipse with all the UML plugins is to download the Eclipse Modeling Tools distribution from this page.

Upvotes: 6

Related Questions