Installing play framework

前端 未结 6 1540
天命终不由人
天命终不由人 2020-12-19 07:03

I am on windows 7 and I am trying to install play framework.

I created the environment variable in system variables with
variable name:

6条回答
  •  暖寄归人
    2020-12-19 07:54

    To start a play project, an alternative is to download the activator and create a play project. Download the activator and add it to the environment variable. Open a command prompt and use the following command to create a java project: C:\ activator new project-name play-java If you want to create a scala project C:\ activator new project-name play-scala

提交回复
热议问题