简体   繁体   English

尝试在Play框架中运行应用程序时出现错误

[英]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 我进行了很多搜索并找到了解决方案,但它不起作用。我正在使用播放版本2.2.1

Thanks 谢谢

@Chris Beach linked to the answer, but it is better to have the explanation directly here: @Chris Beach链接到答案,但是最好直接在此处进行解释:

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. 无法从Git shell运行播放,因此,如果您正在使用它(我曾经),则必须切换到标准Windows命令行。

Check out this discussion on the play-framework Google Group: 查看有关Play框架Google网上论坛的讨论:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Windows上“播放运行”时发生JAVA_HOME错误-播放框架 - JAVA_HOME error while 'play run' on Windows — play framework 当我尝试从播放框架访问我​​的数据库(MySQL)时,在编码时收到此错误:“无法解析导入play.db” - While I am trying to access my db(MySQL) from play framework, I am getting this error while coding:“The import play.db cannot be resolved” Play Framework运行应用程序问题 - Play Framework Run Application Issue Play中的PlayMagicForJava错误! 框架申请? - PlayMagicForJava error in Play! Framework application? Play 框架:2.8.0 - 尝试运行 SBT 命令时出现 Class Not Found 异常 - Play framework: 2.8.0 - getting Class Not Found Exception when trying to run SBT command 尝试在我的Play框架应用程序中实现审计 - Trying to implement audit in my Play framework application 尝试使用Java运行soap xml时出现错误 - Getting Error while trying to run soap xml using java 尝试运行我的应用时,我在下面收到此错误 - While trying to run my app I m getting this error below 尝试使用 Profiler 运行应用程序时 IntelliJ 中的 Windows 异步 Profiler 错误 - Windows Async Profiler Error in IntelliJ while trying to run Application with Profiler 尝试在现有 gradle 项目上启动 springboot 应用程序时出错 - Getting error while trying to start springboot application on existing gradle project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM