Updating the java version for CFT Client Grid
Use this procedure to change the java version for an installed Infor ION
Grid.
- 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.
- Run the StopAllHosts.cmd script to stop Grid.
- 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".
- If you have more than one Grid host, repeat step 3 on all remaining hosts. Default is to only have one host.
- Run the StartAllHosts.cmd script to start Grid.