Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/intellij-idea/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Intellij idea IntelliJ IDEA不会在运行配置的程序参数中展开环境变量_Intellij Idea - Fatal编程技术网

Intellij idea IntelliJ IDEA不会在运行配置的程序参数中展开环境变量

Intellij idea IntelliJ IDEA不会在运行配置的程序参数中展开环境变量,intellij-idea,Intellij Idea,在中相同,环境变量不能在运行配置的程序参数中使用。如果我在程序参数中放入$VARIABLE(变量在运行配置的环境变量中配置) 都不管用 $VARIABLE ${VARIABLE} $VARAIBLE$ 这是虫子吗 环境 影响同一配置中定义的用户环境变量,它适用于系统环境变量 $ cat /etc/os-release NAME="Ubuntu" VERSION="18.04.2 LTS (Bionic Beaver)" ID=ubuntu

在中相同,环境变量不能在运行配置的程序参数中使用。如果我在程序参数中放入$VARIABLE(变量在运行配置的环境变量中配置)

都不管用

  • $VARIABLE
  • ${VARIABLE}
  • $VARAIBLE$
这是虫子吗

环境

影响同一配置中定义的用户环境变量,它适用于系统环境变量

$ cat /etc/os-release 
NAME="Ubuntu"
VERSION="18.04.2 LTS (Bionic Beaver)"
ID=ubuntu