prosseek
prosseek

Reputation: 191159

Installing eclipse plugins

I need to install eclipse plugin required by Test and Performance Tools Platform (TPTP).

When I downloaded EMF Runtime, I have two directories: one is feature and the other one is plugins.

enter image description here

Then, what is the next step for installing them into eclipse?

My eclipse installation has directories including features/plugins and dropins. Is the plugin installation is just copying the files into feature/plugins directories and restart the eclipse? Or do I need any other step for the installation?

enter image description here

Upvotes: 0

Views: 553

Answers (1)

AlexWien
AlexWien

Reputation: 28767

just copy and restart eclipse. if you get problems with eclipse, then start on command line with "eclipse -clean"

Upvotes: 2

Related Questions