I has installed Play 1.4 in my machine, earlier i was using Play 1.1
I set the PLAY_HOME environment variable so as to look at Play 1.4 and restarted the machine. But still it did n't work.
When i typed in play-version in command prompt it is pointed to Play 1.1
After careful examination, i figured out that i have hard coded play 1.1 path in PATH environment variable.
I need to replace the hard coded path to read it from %PLAY_HOME%; to resolve the issue.
I set the PLAY_HOME environment variable so as to look at Play 1.4 and restarted the machine. But still it did n't work.
When i typed in play-version in command prompt it is pointed to Play 1.1
After careful examination, i figured out that i have hard coded play 1.1 path in PATH environment variable.
I need to replace the hard coded path to read it from %PLAY_HOME%; to resolve the issue.
No comments:
Post a Comment