Changing the LifeCycle Manager Server JVM on Windows

Use this procedure to change the LifeCycle Manager Server JVM on Windows.

Ensure that the correct JVM version is installed on your platform. See information about system requirements in M3 Core Installation Planning Guide.

  1. Run the removeWindowsService.cmd script located in the LCM_server_installation_path/ service folder.
  2. Using a text editor, open the setEnv.cmd script located in the LCM_server_installation_path/ service folder.
  3. Insert the path to the new JDK. For example:

    @set JAVA_HOME="D:\<path to JDK>"

  4. Run the createWindowsService.cmd script located in LCM_server_installation_path/service.