How to create SWT browser for SonarLint for Eclipse rule description?

443 Views Asked by At

When I try to display SonarLint rule (by right-clicking on issue description and "Rule description"), I have an error on the SonarLint Rule description tab:

Unable to create SWT Browser:

No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME)]

I'm on Ubuntu 16.04, Eclipse Juno.

Didn't dig in it very much, because I have a feeling that it should be somehow provided by defalut during SonarLint installation.

1

There are 1 best solutions below

2
berchris On

Close the eclipse and install libwebkitgtk-1.0-0 executing the following command: sudo apt install -y libwebkitgtk-1.0-0. Reopen your eclipse and see if worked.