Changing the path to the Java Installation

The path to the Java installation on your server can be updated by following the procedure below:

  1. Stop Squore Server

  2. Edit <SQUORE_HOME>/server/bin/standalone.conf on Linux or <SQUORE_HOME>/server/bin/standalone.conf.bat on Windows

  3. Change the value of the JAVA_HOME, as shown below:

    JAVA_HOME="/opt/java/jre8"

    or

    set "JAVA_HOME=C:\jre8"
  4. Start Squore Server