Eclipse: How to install a plugin manually?

前端 未结 2 810
挽巷
挽巷 2020-12-05 09:34

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 d

相关标签:
2条回答
  • 2020-12-05 10:02
    1. Download your plugin
    2. Open Eclipse
    3. From the menu choose: Help / Install New Software...
    4. Click the Add button
    5. In the Add Repository dialog that appears, click the Archive button next to the Location field
    6. Select your plugin file, click OK

    You could also just copy plugins to the eclipse/plugins directory, but it's not recommended.

    0 讨论(0)
  • 2020-12-05 10:09

    You can try this

    click Help>Install New Software on the menu bar

    enter image description here

    enter image description here

    enter image description here

    enter image description here

    0 讨论(0)
提交回复
热议问题