终端命令在 PhpStorm 中不起作用

Terminal command does not work in PhpStorm

当我尝试在 PHPStrom 终端中使用命令 java 时。我收到此错误:

'java' is not recognized as an internal or external command

但我检查过我在 PATH 中添加了环境变量,它在 PhpStorm 外部的终端上完美运行。

为什么?

您需要重新启动 Jetbrains Toolbox 才能在终端中更新这些命令。

  1. 关闭 PhpStorm
  2. 右键单击 Jetbrains 工具箱并单击 "exit"
  3. 在 windows 中搜索 jetbrains 工具箱以再次启动

并且所有命令都在 Phpstorm 终端中运行。