3
私のjdkバージョンは1.7.0です。私は答えを検索しましたが、私はまだ正解が見つかりません。これは私が持っているエラーです。プラエは私にこの問題を解決するのを助けます。パス変数が設定されていても、SonarQubeはウィンドウ上で起動しません
C:\sonarqube-5.6\bin\windows-x86-64>StartSonar.bat
wrapper | --> Wrapper Started as Console
wrapper | Launching a JVM...
jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
jvm 1 |
jvm 1 | WrapperSimpleApp: Unable to locate the class org.sonar.application.App: java.lang.UnsupportedClassVersionError: org/sonar/application/App : Unsupport
ed major.minor version 52.0
jvm 1 |
jvm 1 | WrapperSimpleApp Usage:
jvm 1 | java org.tanukisoftware.wrapper.WrapperSimpleApp {app_class} [app_a
rguments]
jvm 1 |
jvm 1 | Where:
jvm 1 | app_class: The fully qualified class name of the application t
o run.
jvm 1 | app_arguments: The arguments that would normally be passed to the
jvm 1 | application.
wrapper | <-- Wrapper Stopped
Press any key to continue . . .
あなたのsonarqubeのバージョンにはJava 8が必要です(UnsupportedClassVersionError ...サポートされていないメジャーバージョン52.0') –
ありがとうございます。それは私がSonarQubeのマイナーバージョンを取得したことを意味します。 –
どのバージョンのsonarQubeを使用しますか? – Beniton