With HiRDB, JRE (the Java execution environment), which is required to use Java stored procedures and functions, is bundled with version 07-02 and earlier but not with version 07-03 or later. When you update HiRDB version 07-02 or earlier to version 07-03 or later, the version of JRE that was installed with HiRDB version 07-02 or earlier is deleted in the following situation:
Note the following tips when upgrading to HiRDB version 07-03 or later:
- To use Java stored procedures and functions, you must obtain JRE beforehand (you can obtain it from the website of the platform vendor). For details about the specific JRE that is required to use Java stored procedures and functions, see the HiRDB Version 9 System Operation Guide.
- To use Java stored procedures and functions, you must specify in the pd_java_runtimepath operand the root directory of JRE to be used. Also, as required, specify in the pd_java_libpath operand the directory where the Java virtual machine is stored. For details about the pd_java_runtimepath and pd_java_libpath operands, see the manual HiRDB Version 9 System Definition.
- To use the JRE installed with the old version after upgrading to a new version, back up JRE to a directory other than either the installation directory or the HiRDB operation directory before deleting JRE. By specifying in the pd_java_runtimepath operand the directory in which JRE is backed up, you can use the backed up version of JRE to run Java stored procedures and functions.