Hi, What is this environment variable used for? I've seen it being used in some server start up scripts (eg. WebSphere). If any one could explain this, I would be thankful. -Bala.
Guy Allard
Ranch Hand
Joined: Nov 24, 2000
Posts: 776
posted
0
Hi - It is used to specify the directories which should be searched at runtime for shared library routines (these are roughly equivalent to Windows DLL's). HTH, Guy