After setting the environment variables for a user on a new Mac OS X machine (see post from 12 Oct 2018), I was surprised to see that Eclipse was unaffected by my changes to PATH. Some details: in my scenario, the development project uses Maven for its builds, but one step runs scripts in a bin folder. That folder has been added to my PATH. They run fine from the terminal, but from Eclipse the script steps always fail with an error something like "Cannot run xyz - No such file or directory". The reason turns out to be: the PATH changes are made at the level of my user profile, but the Eclipse app does not refer to my individual user profile (when launched through the Finder or icon tray). A Google search turns up lots of suggested solutions. There are so many because the approach has changed over the years, and people have different thresholds of what solutions they are willing to use, how much mucking they are comfortable with or allowed to do by their organization.
Musings on Tests, Quality, Tools, Projects and more. By Steve Page