Using environment variables in “VM options” and “Program arguments”

前端 未结 3 763
北海茫月
北海茫月 2020-12-11 01:02

In my project configuration in IDEA, I have the following text fields:

\"Project

I woul

3条回答
  •  爱一瞬间的悲伤
    2020-12-11 01:16

    $ENV_VAR$ will be resolved correctly.

    Idea uses its own notation for environment variables, they should be denoted with two dollar signs on both sides.

提交回复
热议问题