Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SonarQube plugin in Eclipse doesn't show up in preferences

I have installed SonarQube in eclipse and restarted eclipse, but it doesn't show up in the preferences. I'm at a loss of what to try next.

I have it installedDoesn't show up in preferenceseven when I search for it

like image 823
mdoc-2011 Avatar asked Nov 01 '22 10:11

mdoc-2011


2 Answers

Did you have an earlier version of the sonar eclipse plugin installed? It might be neccessary to remove some files manually and the start eclipse with the -clean flag.

Find out more details in this discussion: http://sonarqube.15.x6.nabble.com/Eclipse-No-Sonar-Menus-although-installed-td5017264.html

like image 171
TimStefanHauschildt Avatar answered Nov 04 '22 09:11

TimStefanHauschildt


It happens to me, but I solved it. I've done:

  1. Install from "Help -> Install new software...", but this error appears
  2. Then I uninstalled it and tried to install again, but this time through "Help -> Eclipse Marketplace"
  3. Then Window Preferences -> SonarQube!!
like image 20
adoalonso Avatar answered Nov 04 '22 07:11

adoalonso