I am on windows 7 and I am trying to install play framework.
I created the environment variable in system variables with
variable name:
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.