Hi,
I want to use Sonar-Scanner for CMake project including C++ files.
SonarQube server, 8.4.1
Sonar Scanner version, 5.0.1.3006 Java 17.0.7 Eclipse Adoptium (64-bit)
Build-Wrapper version, 6.11
Java version,17.0.11
Then, I configured my sonar-project.properties due to the my project. When I run the powershell using sonar-scanner.bat, I can see that server is connected but I’m taking the error like;
ERROR: Error during SonarScanner execution
java.lang.ExceptionInInitializerError
at com.B.A.B.A.D.(Unknown Source).
How can fix it?