|
How do I configure default run configuration variables? -
11-03-2009, 05:25 PM
I am running Eclipse on Mac OSX Leopard and am having trouble configuring the search path used. I have an executable that runs bash scripts and the current default path prevents these scripts from executing correctly.
What I need to do is to set the default "Run Configuration" in my environment only.
There are many "Run Configurations", many "Projects" and many "Workspaces" that will need to inherit this over time. I want this to happen only in my OSX environment because all works fine for me, and everybody else, in Linux environments where the PATH is different anyway.
Even if I change the contents of the /etc/paths file I only get the hard-coded default path in my Java Runtime execution. Modifying Run Configuration environment variables is the only thing that has worked, but there are too many to maintain them all.
Does anybody have a clue how this can be done?
|