Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
542 views
in Technique[技术] by (71.8m points)

playframework - Installing play framework

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

I created the environment variable in system variables with
variable name: play, value: c:webappplay

When I am trying to run play help from commander it says

play is not recognized as an internal or external command, operable program or 
batch file and it is running only in the directory of c:webappplay.

Am I doing something wrong?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

To be able to run Play anywhere on the command line, create a PLAY_HOME environment variable pointing to the play folder, for e.g. c:play-2.0.1, and add %PLAY_HOME% to the PATH environment variable.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...