Hi everyone,
I am new to SonarQubeServer and currently using the Developer Edition( v 2025.5 ), which is deployed using a zip file.. I installed and activated it on my personal laptop to explore how it works, but now I need to install it on my office laptop instead.
Could someone please explain how to properly transfer my existing license from my personal machine to my office machine?
Additionally, I have a few codebases that I want to analyze using SonarQube. The files are a mix of .jsp, .class, and .jar files, stored across different folders and subfolders.
Here’s the structure:
The main folder contains several .jsp files.
Some subfolders contain .jar files (for example, one subfolder has 5 .jar files).
A few directories also have compiled .class files.
I’m not sure how to run a SonarQube analysis on these kinds of files since they’re not a traditional source code project. Could someone guide me on the right approach?