Modify the environment variables
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
If you need to add additional environment variables that run each time an
instance is launched, create a *_setenv.sh or *_setenv.bat file and add it to the instance-name/bin directory.
When the instance is started, all files with the suffix
_setenv.sh or _setenv.bat run.Note: Do not modify the existing
openedge_setenv.sh or openedge_setenv.bat files.