Reputation: 765
In one of my production environment, we have download restrictions so we have to download Eclipse plugin jar/zip file externally and then copy back to internal network and do the installation manually. Plugins to install are TestNG, C++ CDT etc.
Would appreciate step-by-step instructions to perform the above task and would this manually installation have the same outcome as if we do it from Eclipse install new software option like for example- automatically creating menu option for TestNG etc.?
Upvotes: 57
Views: 174755
Reputation: 1010
You can try this
click Help>Install New Software on the menu bar
Upvotes: 85
Reputation:
Help
/ Install New Software...
Add
buttonAdd Repository
dialog that appears, click the Archive
button next to the Location
fieldOK
You could also just copy plugins to the eclipse/plugins
directory, but it's not recommended.
Upvotes: 17