このページでは、Java Development Kit (JDK) のインストールを説明しています。これは、ZIP 形式ファイル、または、アーカイブ ファイルからの Confluence インストール時にのみ必要となる手動による手順です。

(info) If you are using the automated installer, the required Java files are bundled and will be automatically put in place, hence you will not need to follow the instructions on this page.

Confluence がサポートする Java バージョンの詳細については、サポートするプラットフォームを参照してください。

JDK のインストール

Confluence をインストールするサーバー マシンに、JDK (Java Development Kit) を インストールする必要があります。

Windows で JDK をインストールする

  1. JDK がインストール済みか分からない場合は、次を実行して確認してください:
    • Windows 7 で、コントロール パネル > プログラムと機能 を確認してください (旧バージョンの Windows では、単に プログラム) 。
    • 一覧に Java が表示されるはずです。表示されない場合、Java はインストールされていません。
  2. JDK をインストールするには、次の手順に従ってください:
    • Go to the Java download page.
    • 「Java SE Update XX (JDK)」のバージョンをダウンロードします。「XX」 には番号が入ります(サポート対象のプラットフォームページのリストからバージョンを選択してください)。
    • ダウンロードが完了したら、Java インストーラーを実行します。途中で、インストール先のディレクトリを選択するように指示されます。後で利用するために、このディレクトリをコピーするか、書き留めてください。
  3. Check that the JAVA_HOME  environment variable has been set correctly.
    • Open the Start menu, choose Run, type cmd in the Run dialog box and click OK.
    • In the command prompt window, type echo %JAVA_HOME% and then press Enter.
    • 結果を確認します:
      • If a directory path is displayed that looks similar to one of the following examples, with the letters 'JDK' immediately preceding a series of version numbers, and this path matches the location where you installed the JDK in step 2, then your JDK has been successfully installed and your JAVA_HOME environment variable has been set correctly.
        Examples of typicalJAVA_HOMEenvironment variable values:
        • C:\Program Files\Java\JDK7
        • C:\Progra~1\Java\JDK7
        • C:\Java\JDK7
        • C:\JDK7
      • If nothing is displayed or you do not see 'JDK' immediately followed by a series of version numbers (like one of the examples above), then you need to set the JAVA_HOME environment variable. Please follow these instructions to set your JAVA_HOME environment variable to the directory you where you have just installed the JDK. By default, this directory is under C:\Program Files\Java.

注意: このページに表示されている Java または JDK のバージョン番号はすべて一例です。サポートされている Java バージョンについては、サポートするプラットフォームページを参照してください。

Linux で JDK をインストールする

  1. JDK が正しくインストールされているか分からない場合、次を実行して確認してください:
    1. シェル コンソールを開く。
    2. Type echo $JAVA_HOME in the shell console and then press Enter
    3. 結果を確認します:
      • If a line is displayed such as /opt/JDK7 or /usr/lib/jvm/java-7, then your JDK is installed and properly configured.
      • If nothing is displayed, then you either need to install the JDK or set the $JAVA_HOME environment variable. You can set this environment variable in your user account's 'profile' file. Alternatively, you can set this after installing Confluence, by defining this path in your Confluence installation's setenv.sh file, usually located in the Confluence bin directory.
      • If you have installed an unsupported JDK and you want to use SSL then you need to install the Sun JSSE package.
  2. JDK をインストールする必要がある場合、次の手順に従ってください:

注意: このページに表示されている Java または JDK のバージョン番号はすべて一例です。サポートされている Java バージョンについては、サポートするプラットフォームページを参照してください。

  • ラベルなし