JRE Executable

Preference JRE Executable
Description Enables you to set the executable file for JRE.
How to set In the <installation_directory> /Preferences/SitePreferences.xml file, edit the JRExecutable value.
Applies to Process
Possible values Filename of JRE executable. Default is j2re-1_4_2-windows-i586.exe .
API No
Exportable No

To set the value forJRE executable:

  1. Open the SitePreferences.xml file, located in the Preferences subdirectory of your Open Client installation directory, in a text or XML editor.
  2. Locate the following XML section and replace the value (appears in bold below) of JRExecutable:
	<category name="JRESetup" label="JRE Setup" description="eProcess JRE Setup" visible="true">
		<setting name="JRExecutable" label="JRE Executable" description="eProcess JRE Executable">
		<value default="j2re-1_4_2-windows-i586.exe" type="string">j2re-1_4_2-windows-i586.exe</value> 
		<uiType>TextBox</uiType> 
<visible>true</visible>
</setting>
</category>