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

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

    For anyone using Linux: I had this problem in Ubuntu because I had installed Eclipse in /opt, which was owned by root.

    To get the updates, simply run Eclipse as root and then select the Help -> Check for Updates again. In general running applications as root is not a good idea, but if it's just to do an update... well that's what the root account is for :)

    cd /opt/eclipse
    sudo ./eclipse
    

提交回复
热议问题