Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Code Recommenders Error

"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!

like image 789
Maxi Avatar asked Jul 08 '16 13:07

Maxi


2 Answers

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.

like image 64
Johannes Dorn Avatar answered Sep 25 '22 15:09

Johannes Dorn


  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 .

like image 37
呼噜娃 Avatar answered Sep 21 '22 15:09

呼噜娃