Cannot “Install New Software” in Eclipse 3.5

后端 未结 16 1039
余生分开走
余生分开走 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:04

    I have faced the same issue. To solve the problem, follow the following steps:

    1. Window (Eclipse Menu) -> Show View -> Error Log
    2. if Error Log is not there, then: Window (Menu) -> Show View -> Other -> General -> Error Log
    3. Once the Error log is shown, Go to Help (Eclipse Menu) -> Install New Software
    4. Check the Error log, most probable you will see an exception there.
    5. Check the exception, most probable it's caused by java.lang.IllegalStateException
    6. Check the path mentioned in the exception, if you see ".Lock" in the path, close the eclipse then go to the path in windows machine and delete that folder.
    7. now go to the eclipse "exe" file that you're using and open it as an administrator, then try, most probably this will solve the issue.

提交回复
热议问题