This group includes environment variables which Lycia shares with other software.
variable |
description |
possible values and their meaning |
related articles |
specifies the paths to search for compiled Java class files and packages (used in IMPORT JAVA statements) and paths to Java packages (used for BIRT reports):
CLASSPATH=$CLASSPATH;$LYCIA_DIR\my_java
|
<path to folder> <path to file>
|
||
specifies the path to search for the C/C++ header files on Windows :
INCLUDE=$LYCIA_DIR\my_c_files;$INCLUDE
|
<path to folder> |
||
specifies the paths to search for shared libraries on UNIX platforms (is obligatory):
LD_LIBRARY_PATH=/opt/Querix/Lycia/lib:/opt/Querix/Common/lib: /opt/Querix/Lycia/axis2/lib:$LD_LIBRARY_PATH
|
<path to folder> |
||
specifies the paths to search for objects and libraries when linking C/C++ source files:
LIB=$LYCIA_DIR\my_libs;%LIB%
|
<path to folder> |
||
specifies the paths to search for programs or libraries or binary executable files:
Path=C:\Program Files\Querix\Lycia 3 Development Suite 7.1\Lycia\bin;C:\Program Files\Querix\Lycia 3 Development Suite 7.1\Lycia\lib; C:\Program Files\Querix\Lycia 3 Development Suite 7.1\Common\bin; $PATH
PATH=/opt/Querix/Lycia/bin:/opt/Querix/Common/bin:$PATH |
<path to folder> |
|
Setting values for general environment variables for , you can use both Windows and Unix syntax - %VARIABLE% and $VARIABLE.