系统找不到文件 C:\play\bin\..\conf\sbtconfig.txt

The system cannot find the file C:\play\bin\..\conf\sbtconfig.txt

ACTIVATOR_HOME=C:\play
The system cannot find the file `C:\play\bin\..\conf\sbtconfig.txt.
'findstr' is not recognized as an internal or external command, operable program or batch file.
The syntax of the command is incorrect.

我在安装播放框架时遇到了这个问题。

我按照网上的一个教程安装了 sbt 和 Scala,但没有成功。

我的 Java JDK 工作正常并且 sbtconfig.txt 文件不在上述文件指向的播放箱中。

谁能帮帮我?

如果您不提供 sbtconfig.txt 则安装程序将发出警告但不会停止。即使在那条消息之后,我也已经成功安装了 play2。

所以请检查 SBT_HOME 和 ACTIVATOR_HOME 是否正确配置。但是您遇到了一些其他错误,例如 'findstr' not found。因此,请尝试创建命令 shell 和双击批处理文件。希望可以解决问题。