Updating the java version for CFT Client Grid

Use this procedure to change the java version for an installed Infor ION Grid.
  1. Open a command prompt as an administrator and navigate to <grid_root_installation_path>\bin. For example, if you have installed Grid in the default location, use this command: cd C:\Infor\InforIONGrid\bin.
  2. Run the StopAllHosts.cmd script to stop Grid.
  3. Run the ChangeJDK.cmd script passing the new JDK location as a parameter. For example:ChangeJDK.cmd "C:\Program Files\Amazon Corretto\jdk17.0.2_8".
  4. If you have more than one Grid host, repeat step 3 on all remaining hosts. Default is to only have one host.
  5. Run the StartAllHosts.cmd script to start Grid.