Setting The JAVA - HOME Variable in Windows
Setting The JAVA - HOME Variable in Windows
This information is only relevant if you're installing Confluence manually on a Windows server. If
you're using the installer, you don't need to do this.
In most cases you should set the JRE_HOME environment variable, but if it is not set, Confluence will
use JAVA_HOME.
Set the JAVA_HOME Variable
To set the JRE_HOME or JAVA_HOME variable:
1. Locate your Java installation directory
If you didn't change the path during installation, it'll be something like C:\Program
Files\Java\jdk1.8.0_65
If the path contains spaces, use the shortened path name. For
example, C:\Progra~1\Java\jdk1.8.0_65
You'll need to close and re-open any command windows that were open before you made these
changes, as there's no way to reload environment variables from an active command prompt. If the
changes don't take effect after reopening the command window, restart Windows.
1. Open Command Prompt (make sure you Run as administrator so you're able to add a system
environment variable).
2. Set the value of the environment variable to your JDK (or JRE) installation path as follows:
setx -m JAVA_HOME "C:\Progra~1\Java\jdk1.8.0_XX"
You should see the path to your JDK (or JRE) installation.