Installing play framework

前端 未结 6 1546
天命终不由人
天命终不由人 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:57

    Here is how I have set it up for others in the past.

    Create a directory c:\playframework

    Create two more inside of this

    framework and apps

    I then have a bat file called env.bat containing the following

    set PATH=%path%;c:\playframework\framework\'
    

    You can then run env.bat to make sure play is initialise.

提交回复
热议问题