Launch mac eclipse with environment variables set

后端 未结 8 1593
隐瞒了意图╮
隐瞒了意图╮ 2020-11-29 00:16

My company provides an eclipse based development environment which needs some environment variables setting up for the underlying toolchain so multiple versions can be insta

8条回答
  •  孤独总比滥情好
    2020-11-29 00:19

    I created the following:

    alias start-eclipse='open /Applications/eclipse/Eclipse.app'

    If you run start-eclipse from the command line, all env vars will be picked up. This way, you only need to maintain a single set of env vars across both command-line and eclipse environments.

提交回复
热议问题