JordanGS
JordanGS

Reputation: 4486

Eclipse Plugins Fail to Update

Eclipse: Neon.3 Release (4.6.3)

Help -> Check for Updates

There are three available updates

Git Integration for Eclipse Git Integration for Eclipse - Task focused interface Java implementation of Git

I go through the steps and the update starts, however i get an error. Please see attached screenshot.Failed to Update

How do i fix this issue?

Upvotes: 1

Views: 743

Answers (1)

developer_hatch
developer_hatch

Reputation: 16224

You can install it several ways:

via help-> install software: with this link (recomended)

if this doesn't work, I usually do it to the "Macho man way":

  • 1) Download the zip from here
  • 2) Unzip in somewhere well known to you
  • 3) Go to the folder "dropins" in your eclipse folder
  • 4) past there everything of the plugins folder from the unziped files
  • 5) Don't forget reboot ecipse

For more details read this and this

Upvotes: 1

Related Questions