Metz
Metz

Reputation: 675

How to install plugins on Eclipse

I know there already are other questions like this, but I couldn't find anything useful.

I was trying to install ObjectAid on Eclipse 3.5.1.

I added it to the repository list, then checked ObjectAid UML Explorer. It said:

Cannot complete the install because one or more required items could not be found.
  Software being installed: ObjectAid Class Diagram 0.9.86 (com.objectaid.uml.feature.group 0.9.86)
  Missing requirement: ObjectAid Class Diagram 0.9.86 (com.objectaid.uml.feature.group 0.9.86) requires 'org.eclipse.draw2d 0.0.0'

I've had a look into /opt/eclipse/plugins and I've found org.eclipse.draw2d_3.5.2.v20091126-1908, but I couldn't figure out how to install it.

The operating system is Ubuntu.

Thanks for any help.

Upvotes: 3

Views: 8902

Answers (1)

FelixM
FelixM

Reputation: 1506

It looks like you didn't install the GEF, which is a requirement for ObjectAid. You can get it at http://www.eclipse.org/gef/.

Upvotes: 4

Related Questions