java - Error running google-app-engine demo -
I have installed Google App Engine under the instructions given here:
However, dev_appserver.cmd It's a strange reason to run scripts:
/ c / program files / appengine-java-sdk-1.3.5 / bin / dev_appserver.cmd: line1: @java: command not found / c / Program files / appenzin -java-sdk-1.3.5 / bin / dev_appserver.cmd: line2: com.goo gle.appengine.tools.KickStart: command not found / c / program files / appengin-java-sdk-1.3 .5 / bin / Dev_appserver.cmd: Line 3: com.goo gle.appengin E.tools.development.DevAppServerMain: Command not found
The same thing happens on Windows XP 32-bit and Windows 7 64-bit, when Windows is using windows prompts, and the GNU Version 3.1.0 (3) -Relize (i686-pc-msys) shell
Environment variable:
APP_ENGINE_HOME = / C / Program Files / appengine -java-sdk-1.3.5 JAVA_HOME = C: \ Program Files \ Java \ jdk1.6.0 _16
Any suggestions what's wrong?
I highly doubt that the bash shell should be set to .cmd
script syntax Able to understand.
If you want to use the bash shell, then you dev_appserver.sh
, which is bundled with the SDK, as well as .cmd
Edition.
Comments
Post a Comment