Java をインストール
このページの内容
はじめる前に
Please skip these instructions if you intend to use or have used the Windows Installer or Linux Installer to install Jira, since these executable files will install and configure their own JRE to run Jira.
使用する Java バージョンの確認
Java のインストールに進む前に、次の説明に従って、インストール済みの Java があるかどうか確認します。
- Check out the list of Java versions supported by Jira here.
Oracle の JDK/JRE をOracle の Web サイトからダウンロードします。
JAVA_HOME の設定
コンピューターに Java をインストールする必要がある場合は、以下の説明に従ってください。
- Once the JDK or JRE is installed, set the
JAVA_HOMEenvironment variable, whose value is the root directory of the JDK/JRE. Some JDK/JRE installers set this automatically. Type '
echo %JAVA_HOME%' in a Windows command prompt, or 'echo $JAVA_HOME' in a Linux/UNIX console).
Java の動作を確認
次の手順より、Java が正しくインストールされているか確認します:
If you subsequently start Jira and you receive an error like Windows cannot find '-Xms128m', then you may not have correctly set
JAVA_HOME. Please verify step 2 of the procedure above.
