Installing Java
On this page:
Before you begin
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.
Check out your Java version
Before you proceed to install Java check whether it's already installed by following these instructions:
- Check out the list of Java versions supported by JIRA here.
Download Oracle's JDK/JRE from Oracle's website.
Setting the JAVA_HOME
Follow these instructions if you have to install Java on your computer:
- Once the JDK or JRE is installed, set the
JAVA_HOME
environment 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).
Confirming that Java works
Check if Java has been correctly installed by following these instructions:
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.