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

后端 未结 9 1613
星月不相逢
星月不相逢 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:46

    From Powershell, I set permissions on the folder like so:

    & icacls "C:\ProgramData\chocolatey\lib\eclipse-java-neon\eclipse" "/grant" "domain\user:(OI)(CI)F" "/T"
    

    Note: I had a different install location, as I used chocolatey to install eclipse

提交回复
热议问题