FullJadeInstallDirectory

String (file-path)

Not specified

Purpose

The FullJadeInstallDirectory parameter specifies the directory where a full set of files for a specific JADE environment is located so that a duplicate set of the thin client files does not need to be copied into a directory specified by the DownLoadDirectory parameter.

This parameter is ignored if the presentation client and the application server environments are the same. In that case, the required JADE files are copied from the application server installation directory.

If the FullJadeInstallDirectory parameter is not specified, the application server expects to find the required JADE files under the DownLoadDirectory directory. If the FullJadeInstallDirectory value is the same as the DownLoadDirectory value, a warning is logged and the FullJadeInstallDirectory parameter is ignored. (If it were not ignored, files would be created in an invalid directory structure on the presentation client.)

In the following example, a value for the FullJadeInstallDirectory parameter is specified.

[i686-msoft-win32-ansi]
DownLoadDirectory=<default>
FullJadeInstallDirectory=C:\Jade\Windows\Jade

The required thin client JADE files are expected to be under the \Jade\Windows\Jade directory. They are normally in a bin subdirectory. Only client‑specific files to be downloaded should be located in the DownLoadDirectory directory. If the application server is installed in \Jade\Windows\Jade, the default location of the client‑specific directories and files to be downloaded is under \Jade\Windows\Jade\i686‑msoft‑win32‑ansi\Download.

In the next example, all files for download are located under the DownLoadDirectory.

[i686-msoft-win32-ansi]
DownLoadDirectory=<default>
FullJadeInstallDirectory=

If the application server is installed in C:\Jade\Windows\Jade, the directories and files to be downloaded would under C:\Jade\Windows\Jade\i686‑msoft‑win32‑ansi\Download. The JADE-specific files would be in the bin subdirectory.

For details about automatically upgrading JADE and user software on presentation clients, see Appendix B, "Upgrading Software on Presentation Clients", in the JADE Thin Client Guide.

Parameter is read when …

Each automatic download action is initiated.