LoginSignup
3
2

More than 5 years have passed since last update.

Play Framework導入時のTypesafeActivatorでactivator newしたらエラーが表示される場合の解決法

Last updated at Posted at 2016-08-18

環境

  • Windows10
  • jdk1.8.0_101

現象

Play Framework導入時に
activator newしようとしたら以下のエラーが出た.

C:\Play\Project>activator new
ACTIVATOR_HOME=C:\Play\activator-1.3.10-minimal
ファイル BIN_DIRECTORY\..\conf\sbtconfig.txt が見つかりません。
'findstr' は、内部コマンドまたは外部コマンド、
操作可能なプログラムまたはバッチ ファイルとして認識されていません。
コマンドの構文が誤っています。

findstrというコマンドが見つからないらしい.
PATHにC:/Windows/System32とかを設定してもダメだった.

解決策

C:/Windows/System32にあるfindstr.exeを
使っているJDKのbinフォルダにコピーする.

image

無事各種関連ファイルがDLされました.

image

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2