user3703199
user3703199

Reputation: 33

how to run play framework on windows 7

I tried to install play framework & when I tried to run it see what I got!

C:\Users\LAMA>play
Error during sbt execution: Could not find configuration file ‘file:///C:/Users/LAMA/Desktop/New%20folder%20(2)/play-2.2.3/framework/sbt/play.boot.properties’.
Searched:
file:/C:/Users/LAMA/
file:/C:/Users/LAMA/
file:/C:/Users/LAMA/Desktop/New%20folder%20(2)/play-2.2.3/framework/sbt/
C:\Users\LAMA>

Even though the file recognized before is found in this path:

file:/C:/Users/LAMA/Desktop/Newfolder(2)/play-2.2.3/framework/sbt/

Upvotes: 1

Views: 663

Answers (1)

IanRae
IanRae

Reputation: 293

There seem to be spaces in the file path:

 New%20folder%20(2)

Upvotes: 1

Related Questions