Cannot “Install New Software” in Eclipse 3.5

后端 未结 16 891
余生分开走
余生分开走 2021-01-02 08:21

I have just installed Eclipse 3.5 for Java EE developers (\"Galileo\").

I need to add an extra plugin, but when I select the \"Install New Software ...\" menu item,

16条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-02 09:01

    I had the same problem, took a look at the error log and changed the launcher from "/usr/bin/eclipse" to "sudo /usr/bin/eclipse", it was a permissions thing...

提交回复
热议问题