Eclipse Update Failing with Message “Insufficient access privileges to apply this update”

后端 未结 9 1829
星月不相逢
星月不相逢 2021-02-05 06:11

I\'m running Eclipse under a Windows 7, 64-bit installation on which I have administrator privileges.

Since I first installed Eclipse many months ago, I\'ve been able to

9条回答
  •  没有蜡笔的小新
    2021-02-05 06:47

    Solving the problem was a multi-step process for me:

    1. In a thread on another forum I found the advice that Eclipse should not be installed in C:\Program Files (x86). I had indeed installed (unzipped) it into that folder, so I moved it as advised to C:\Users\....
    2. When I loaded Eclipse in its new location, I got a different message when I attempted to scan for updates: "There are no update sites to search".
    3. I temporarily re-established my installation in C:\Program Files (x86), loaded it, and used Window > Preferences > Install/Update > Available Software Sites > [select all] > Export... to create an .xml file with my software sites.
    4. Back in the C:\Users\... installation, I used the the same menu command (except Import instead of Export) to pull in the contents of that .xml file.

    Now Help > Check for Updates is again functioning as it used to.

提交回复
热议问题