Scala Play on Windows Git Bash fix error “Could not find configuration file ‘…/framework/sbt/sbt.boot.properties’
by Ayub • May 18, 2013
If you try to run Scala play on Windows Git Bash (using msysgit) then you may get the following error Could not find configuration file ../framework/sbt/sbt.boot.properties In order to fix this, edit the file $PLAY_HOME/framework/build where $PLAY_HOME is the directoy where you have installed Play and change the last line… from java ${DEBUG_PARAM} -Xms512M...
Read more →