We have previously installed the SonarQube portal with Tomcat, and the SonarQube Runner, which will enable us to achieve our first analysis today.
In the installation folder of the SonarQube Runner, we cand find three directories:
- A directory ‘..\lib’ dedicated to.a jar file necessary for the execution of the SonarQube-Runner.
- A directory ‘..\conf’ with the file ‘sonar–runner.properties‘ dedicated to the connectiong to SonarQube and our database.
- A directory ‘..\bin’ where is located a file ‘sonar–runner.bat` which allows us to run an analysis.
Before configuring it, let‘s pause a moment to think about the organization of our analysis environment.









