I'm building java (jdk 8
) application.
I want to run the application (run/debug mode) from my IDE (Intellij IDEA
).
My application use some environment variables.
I know I can add the environment variables one by one in the Run/Debug configurations -> environment variables.
- Is it possible to load all those environment variables from file (i.e env.list file) ?
- How can I tell the IDE to load the environment variables from file when running the application in Run/Debug mode ?