UNIX environment variables are another way to pass information to the ECLiPSe process. Their string value can be read using getenv/2:
[eclipse 1]: getenv('HOME', Home). Home = "/usr/octopus" yes.