for each project, i able to set environment when i select “run it as” . can i set global environment that all project will inherit when run?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can set environment variables in a script that starts Eclipse. These should be inherited by all child processes.
[EDIT] Create a small script which contains this:
Not sure about the “.exe” on Mac. Just put the absolute path of the eclipse executable in the line below the
exportand it should work. To make the script executable, usechmod +x scriptname