I have some systems, due to security issues we have kept them without internet. How do we install sonarlint plugin in eclipse offline on them? What are manual steps to install? From where we download this jar?
Asked
Active
Viewed 2.5k times
3 Answers
10
From another post...
- Download your plugin
- Open Eclipse
- From the menu choose:
Help
/Install New Software...
- Click the
Add
button - In the
Add Repository
dialog that appears, click theArchive
button next to theLocation
field - Select your plugin file, click
OK
You could also just copy plugins to the eclipse/plugins
directory, but it's not recommended.

Rodrigo Del Angel Hurtado
- 167
- 1
- 3
8
For offline installation and older versions see the update site archive at https://bintray.com/sonarsource/SonarLint-for-Eclipse/releases

codiacTushki
- 750
- 1
- 9
- 22
-
Provided link is showing only the .zip folder of plugin . what i need to do of this folder now. – Prabhat Yadav Oct 18 '18 at 10:53
-
This link is related to the question? – Ram Oct 28 '21 at 04:55
-
2This link is dead (bintray has been discontinued), but the site zip files can be found here: https://binaries.sonarsource.com/SonarLint-for-Eclipse/releases – Sam Jan 17 '22 at 19:55
1
Please install version 5.3 from the below link https://community.sonarsource.com/t/how-to-download-plugins-for-off-line-use/29281 Go to Eclipse -> Help -> Install new software. Add the v5.3 archive which you downloaded and click on next

Tejaswi Panda
- 11
- 1