Specifies the paths to search for programs or shared libraries (on Windows) or binary executable files (on Linux).
Syntax
PATH = <path to folder>
Usage and examples
PATH must include all the folders used to store programs and libraries on Windows and binary executable files on Linux. You can be modify the value of PATH according to you development needs.
For example,
or with absolute paths:
This value is not unchangeable and can be modified according to you development needs.
LD_LIBRARY_PATH applies both at compilation and at runtime, so it must be set in inet.env, in env.properties, and in environ.bat.