Sonatype IQ Server does not ship with a JRE. It will use the java executable which comes first in the PATH. In most cases, you can therefore just update java on the machine.
If you prefer to specify a particular install location of java to use, you can change the default value of "wrapper.java.command" from just "java" to a full path as follows:
- Under the install directory find the clm-jsw\clm-jsw\bin\jsw\conf\wrapper.conf file.
- Change this value for wrapper.java.command to use the full path to the java executable you want IQ Server to use.
For example, you could change:
wrapper.java.command=java
to this install location:
wrapper.java.command=C:/Program Files/Java/jre1.8.0_181/bin/java.exe
You will need to restart Sonatype IQ Server for this change to take effect.