-2

I need to get a version of Sonarqube ( or Sonar ) that works with Java 6, but I can´t find to download. Someone can indicate where I can find it ? I´ve searched on Sonarqube site, but nothing.

PS: It´s because my company still using Java 6. A migration for Java 7 ( yes! I know this version is in end of life too! ) is in study, but not started yet.

Thanks ! Alexandre

benzonico
  • 10,635
  • 5
  • 42
  • 50
  • Why do you think that Sonarcube has problems with Java6? – AlexWien Jul 20 '15 at 17:36
  • @AlexWien Because on Sonarqube donwload page the versions are 5.1.1 and 4.5.4 . The page http://docs.sonarqube.org/display/SONAR/Release+4.5+Upgrade+Notes says **"JRE / JDK 6 is no longer supported to run SonarQube starting from 4.5.1"** – Alexandre Salafia Jul 20 '15 at 18:07
  • You don't need to use Java 6 for running SonarQube. Your source code and SonarQube can use different Java. – Tuan Jul 21 '15 at 10:40

1 Answers1

1

Since SonarQube 4.5.x, Java 7 is required to run the server and analysis code.

You will still be able to analyze Java 6 code, but if you want to run with an older JDK, you will be restricted to older versions (of both server and analysis plugins).

Mithfindel
  • 4,553
  • 1
  • 23
  • 32