I am new to the Play platform and am working on Java Webapp using it. I understand that we must use SBT to create applications 2.1.1.
Questions:
Is this a standard build system for the Play? Don't we have any Play platform teams that will create, test, resolve dependencies, etc.?
Can I use a play structure with a Maven / Maven repository, or if I need to use only SBT, can I use SBT with a Maven repository? Is this a good practice?
I tried to install SBT. Extract the downloaded zip file and add the <SBT_HOME>\bin to the Windows path variable. When I execute the sbt command, I get the following error:
The system cannot find the file C:\installations\sbt\bin\sbtconfig.txt. java.io.FileNotFoundException: C:\Windows\system32\config\systemprofile\.sbt\boot\update.log (The system cannot find the path specified)
Am I doing something wrong in the installation?
source share