Remove the .sh and run these two in the same line.
run java_dev_appserver --port=8888 --address=0.0.0.0 appengine/build/war
and for git bash
run
java_dev_appserver.cmd --port=8888 --address=0.0.0.0 appengine/build/war
Remove the .sh and run these two in the same line.
run java_dev_appserver --port=8888 --address=0.0.0.0 appengine/build/war
and for git bash
run
java_dev_appserver.cmd --port=8888 --address=0.0.0.0 appengine/build/war
I added gcloud sdk in his paths (via anydesk) now, hez installing appengine, now it will work for sure
You have to give full path of java_dev_appserver.cmd, If you dont want to change environment variables.
I would recommend to change the environment variables because its much easier to run the Dev Server