How to Running the main server

your-google-cloud-SDK-folder/bin/java_dev_appserver.sh
        --port=8888 --address=0.0.0.0 appengine/build/war/

Replace the \ with /
In your path


i change but not fix \ with /

I wonder if we can execute Linux programs in Windows with .sh extension.
You should replace it with .cmd

For more info: https://docs.google.com/document/pub?id=1Xc9yt02x3BRoq5m1PJHBr81OOv69rEBy8LVG_84j9jc

2 Likes