Introduced Exit Code for Invalid Java Virtual Machine

Previously, when an InstallAnywhere installer failed to detect a valid Java Virtual Machine (JVM) during installation, the following error message appeared without an exit code:

Could not find a valid Java Virtual machine to load. You may need to reinstall a supported java virtual machine.

In InstallAnywhere 2024 R1, if an InstallAnywhere installer fails to detect a valid Java Virtual Machine (JVM) during installation, an exit code 106 will be returned and will be displayed on the console along with the error message as:

Could not find a valid Java Virtual machine to load. You may need to reinstall a supported java virtual machine. exit code : 106

Note:This change was tracked in IA-21480.