Cannot “Install New Software” in Eclipse 3.5

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

    I had the same problem in windows... and spent couple of hours to "somehow" install the new softwares.

    Anyway I will explain you how I managed to install it after trying many options..

    1. Start a fresh copy of eclipse
    2. First tick two check boxes(Show only latest version & Contact all update sites). Make sure the check box of group items is untick.
    3. Try to add software... If not showing the list of plugins/Next buttons.
    4. Delete the copy of eclipse.
    5. Start a fresh copy of eclipse
    6. Tick only the check box for Contact all update sites.
    7. Now try to add plugins. It worked for me...

    Even if it sounds crap... it worked for me..

    0 讨论(0)
  • 2021-01-02 09:08

    Delete your ~/.eclipse folder and restart eclipse. This is the only thing that worked for me.

    0 讨论(0)
  • 2021-01-02 09:08

    I`m wondering if this help you.

    Let me know if you have any queries.

    0 讨论(0)
  • 2021-01-02 09:10

    I faced similar issue. To troubleshoot this issue follow these steps:

    1. Go to windows -> show view -> error.
    2. Check the error logs. In my case error was java.lang.IllegalStateException: Registry Directory not available. at org.eclipse.equinox.internal.p2.engine.SimpleProfileRegistry.restore
    3. I checked my config.ini which is under eclipse -> configuration folder.
    4. I found eclipse.p2.data.area has incorrect path set.
    5. I set the correct path for above key and restarted eclipse. It started working. Hope it helps
    0 讨论(0)
提交回复
热议问题