Can I set a workspace wide setting to add an environment variable to all future launchers created in the workspace?
Use Case
I have a different approach for doing this on windows. This solution allows you to store a large number of environment variables to one place and apply them globally inside eclipse.
export VARIABLE=my value
echo setting up env . /c/Temp/.env echo starting eclipse /c/Users/me/eclipse-oxygen/eclipse/eclipse.exe
It has the disadvantage that I end up with a bash window open with eclipse, and I have to restart after changing the environment. On the plus side, my complex application has lengthy environment files already, so I can simply load them in and start.