does intellij support variables in launch configurations?

后端 未结 5 1190
半阙折子戏
半阙折子戏 2021-02-01 03:48

In eclipse I can include things like the following in the vm args or program args in a launch configuration:

-Dsome.system.property=${string.prompt:explanation:d         


        
5条回答
  •  盖世英雄少女心
    2021-02-01 04:33

    Maybe this is what you want. it's work on mine project.

    e.g.

    launchctl setenv ANDROID_HOME= /usr/myuser/android_sdk/
    and restart intellij
    

提交回复
热议问题