Under Play console, I can type "run 9001" to run a server in port 9001. But Under windows cmd, When I type "play run 9001", it does not work.
Please help .
Under Play console, I can type "run 9001" to run a server in port 9001. But Under windows cmd, When I type "play run 9001", it does not work.
Please help .
Run the following command to run play on required port.
it seems that the following command will fail, at least on windows
what works for me is to start the play console by just typing
Write exactly like this (with quotas)
you can also add other options (again quotas are important)
Late edit:
On Windows you can try such trick to avoid error message
9001"" was unexpected at this time
or