문제

I'm trying to install the Play! Framework on Windows 8.1, I added path and I've tried to run 'play' command, and the output is:

Error during sbt execution: Could not find configuration file
'file:////c:/Program%20Files%20(x86)/play-2.2.2/framework/sbt/play.boot.properties'.
Searched:
        file:/C:/Program%20Files%20(x86)/play-2.2.2/
        file:/C:/Users/Username/
        file:/C:/Program%20Files%20(x86)/play-2.2.2/framework/sbt/

What can I do?

도움이 되었습니까?

해결책

You should try to install play in a directory that doesn't include spaces (= not Program Files). This can be the cause of your problem.

다른 팁

copy the play framework folder to c:\ it worked for me

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top