I have been looking up ways to create a launcher of sorts so that environment variables are set when I run the Eclipse app on mac.
When I run the app from terminal, the environment variables are properly set since the bash script has them; however, when I run the app directly, it doesn't have them. I have looked at automator and eclipse settings but cannot seem to find a simple way of doing it. This is important because when I do maven install, the paths are not correct. I could set environment variables every time I do run but that seems tedious. Any ideas?