简体   繁体   中英

Getting error while trying to run application in play framework

I am new to play framework.I am trying to run an application like this

$ play eclipse
Error during sbt execution: Could not find configuration file 'd:/play/framework
/sbt/sbt.boot.properties'.  Searched:
        file:/c:/Users/Alok/test-app/
        file:/C:/Users/Alok/
        file:/D:/play/framework/sbt/

I searched a lot and got some solution but it is not working.I am using play version 2.2.1

Thanks

@Chris Beach linked to the answer, but it is better to have the explanation directly here:

Play cannot be run from the Git shell so in case you're using it (I was) you've got to switch to the standard Windows command line.

Check out this discussion on the play-framework Google Group:

https://groups.google.com/d/topic/play-framework/CN0L5AaBxwg/discussion

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM