Changing the LifeCycle Manager Service JVM on Windows

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

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

  1. Open a command prompt.
  2. Change the current directory to the service folder where the LCM Service is installed. The default path is found in E:\LifeCycle\<service name>\service
  3. Run the script removeWindowsService.cmd.
  4. Change the current directory to the folder where the LCM Service is installed. The default path is found in E:\LifeCycle\<service name> .
  5. Remove the old link by running the command: rmdir lcmservicejava .
  6. Create a new link by running the command: mklink /J lcmservicejava <path to the java install folder> .

    For example:

    mklink /J lcmservicejava E:\<path to JDK>

  7. Change the current directory to the service folder where the LCM Service is installed. The default path is found in E:\LifeCycle\<service name>\service
  8. Run the script createWindowsService.cmd.