In Eclipse, it is possible to set environment variables using "run configurations", but this works only for a specific main program.
I have many different main programs in the same project, and I want to set the same environment variables in all of them. What is the easiest way to do this?