Eclipse: How to install a plugin manually?

前端 未结 2 820
挽巷
挽巷 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.

提交回复
热议问题