解決Scala Play框架在Git Bash運行的異常:Could not find configuration file ../framework/sbt/sbt.boot.properties

Git Bash+ConEmu能夠模擬Linux強大的命令行。不過在結合Scala和Play時,須要注意以下事項:ui

1. Scala的安裝在64位操做系統下,默認會放在「C:\Program Files (x86)\」。更改此目錄使其安裝在沒有空格沒有括號的目錄下。spa

2. chmod a+x scala,使此腳本具備執行權限。操作系統

3. 安裝完Play2後,由於路徑緣由會出現「Could not find configuration file ../framework/sbt/sbt.boot.properties」的問題,此時更改兩個文件:命令行

  • $PLAY_HOME\framework\build:將-Dsbt.boot.properties=`dirname $0`/sbt/sbt.boot.properties改爲-Dsbt.boot.properties=sbt.boot.properties 
  • $PLAY_HOME\play:將 -Dsbt.boot.properties=$dir/framework/sbt/play.boot.properties改爲-Dsbt.boot.properties=play.boot.properties

 

這樣就可在Git Bash裏使用scala+paly的組合了scala

 

本文完get

相關文章
相關標籤/搜索