最后,我有以下设置
C:>在哪里播放 C:\apps\play-2.2.0\play C:\apps\play-2.2.0\play.bat
C:>哪里斯卡拉 C:\apps\scala\bin\scala C:\apps\scala\bin\scala.bat
Scala -version > Scala 代码运行器版本 2.10.2 -- 版权所有 2002-2013,LAMP/EPFL
播放 - 版本 >
使用 Scala 2.10.2(运行 Java 1.7.0_21)构建的 play 2.2.0,http: //www.playframework.com
这不是一个游戏应用程序!
用于play new
在当前目录中创建新的 Play 应用程序,或转到现有应用程序并使用play
.
您还可以在http://www.playframework.com浏览完整的文档。
当我在播放提示符下运行 > 重新加载、更新时,出现以下错误
[error] Modules were resolved with conflicting cross-version suffixes in {file:/C:/<filepat>}<appname>:
[error] org.scala-stm:scala-stm _2.10, _2.10.0
[trace] Stack trace suppressed: run last *:update for the full output.
[error] (*:update) Conflicting cross-version suffixes in: org.scala-stm:scala-stm
[error] Total time: 7 s, completed Oct 18, 2013 1:33:41 PM
[modelingApp] $
在 Build.scala 中添加以下内容后
"dependencyGroupId" %% "dependencyArtifactId" % "dependencyVersion" exclude("org.scala-stm", "scala-stm_2.10.0")
得到以下错误
[trace] Stack trace suppressed: run last *:update for the full output.
[error] (*:update) sbt.ResolveException: unresolved dependency: dependencyGroupId#dependencyArtifactId_2.10;dependencyVersion: not found
[error] Total time: 8 s, completed Oct 18, 2013 1:22:18 PM
[modelingApp] $