Skip to content

Pre-Load Lib Directory

Key: qie.preloadLibDir

Env Var: QIE_PRELOADLIBDIR

Scope: Global

Description: Provides a folder that contains jar files that will be loaded before the QIE engine files. This allows a different version of a library that is shipped with QIE to be used. This option can cause problems if there is an incompatibility with the QIE engine and the version of a jar found in this folder.

Examples

Env Var

QIE_PRELOADLIBDIR=\java\qie\preLoad\

Java Option

-Dqie.preloadLibDir=\java\qie\preLoad\

YAML

QIE_PRELOADLIBDIR: "\java\qie\preLoad\"