java - eclipse set global environment for all projects -


for each project, able set environment when select "run as" . can set global environment project inherit when run?

you can set environment variables in script starts eclipse. these should inherited child processes.

[edit] create small script contains this:

export java_home=.... ....path-to-eclipse.../eclipse.exe 

not sure ".exe" on mac. put absolute path of eclipse executable in line below export , should work. make script executable, use chmod +x scriptname


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -