Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not able to install sonarlint plugin in Platform: Eclipse Mars.1 (4.5.1)

Trying to install sonar lint plugin in STS tool, it is not installing and says Sonar lint not compatible with this version of eclipse.

Find the versions details.

Spring Tool Suite
Version: 3.7.2.RELEASE
Build Id: 201511261048
Platform: Eclipse Mars.1 (4.5.1)
like image 253
Mohankumar Rathinam Avatar asked Jan 19 '16 12:01

Mohankumar Rathinam


2 Answers

you can also install zip file of SonarLint as follow:

1.go to the site https://bintray.com/sonarsource/SonarLint-for-Eclipse/releases/2.6.0.

2.download the setup jar file and go to help menu of eclipse

enter image description here

3.click on "install new software"

enter image description here

4.click on add.

5.click on "archive".

6."open" the jar file from the location you have downloaded the jar.

enter image description here

  1. install the software.
like image 197
Piyush Mittal Avatar answered Oct 07 '22 01:10

Piyush Mittal


Hi you can download sonar lint from the follwing URL http://www.sonarlint.org/eclipse/ then follow the steps given below

  1. Make sure the download location, Don't unpack the archive file(for windows)
  2. Go to install new software option in eclipse Help >> enter image description here

  3. Click Add button in right of work with text field, following screen will appear enter image description here

  4. Fill name location as "Sonar" etc

  5. Now select the downloaded archive file by clicking Archive button
  6. Follow the installation instructions from the Installation window
like image 35
AdamIJK Avatar answered Oct 06 '22 23:10

AdamIJK