Eclipse Code Recommenders Error

12,187

Solution 1

This error occurs if Code Recommenders cannot resolve its bundle that integrates with Mylyn.

The most likely cause is that you somehow installed Code Recommender's Mylyn completion but don't have (a compatible version of) Mylyn installed.

Do the following to remove the non-functional bundle:

Go to Help > About Eclipse > Installation Details. In the Installed Software dialog, select the Code Recommenders Mylyn Integration entry, press Uninstall... and follow the instructions.

Solution 2

  1. into eclipse folder,search for "org.eclipse.recommenders.mylyn.rcp".

  2. Find 2 files "org.eclipse.recommenders.mylyn.rcp.feature_2.3.0.v20160216-1255" and"org.eclipse.recommenders.mylyn.rcp_2.3.0.v20160216-1255.jar".

  3. Cut to another folder .

  4. Del "eclipse\configuration\org.eclipse.update"

  5. Restart eclipse.

  6. Copy the 2 files back to the original folder . Try again .

Share:
12,187

Related videos on Youtube

Maxi
Author by

Maxi

Updated on June 04, 2022

Comments

  • Maxi
    Maxi almost 2 years

    "Code Recommenders Instalation Error" org.eclipse.recommenders.mylyn.rcp

    I'm using Mars and gettin this error everyday when i try to use "Ctrl + Space". In only appears once in a day(the first time in the day that i want to use code recommenders).

    Eclipse gives me the magical solution to "restart Eclipse", but it doesn't do anything.

    I tried to reinstall the eclipse plugin, without success.

    Thanks to all for your possible help!

    • n247s
      n247s almost 8 years
      I think I got the same problem. You can just ignore it, since it wil only be displayed the first time you use the code recommender tool every startup. Till now I have not seen any problems, and everything seems to work perfectly (including the addon itself).
  • bugybunny
    bugybunny over 6 years
    Worked for me. I removed some plugins manually (don‘t use Mylny for example) and somehow missed org.eclipse.recommenders.mylny.rcp
  • David Hudman
    David Hudman over 4 years
    the Uninstall... button is greyed out for me