Eclipse Google Plug-In 不启动 Web 应用程序的服务器
2022-09-01 10:16:34
我想尝试Google App Engine的Google Eclipse插件,但我被困在教程中...
我想从Google教程启动Web应用程序,但是当我单击“运行为>Web应用程序”时,我只在控制台上看到以下消息:
Usage: <dev-appserver> [options] <war directory>
Options:
--help, -h Show this help message and exit.
--server=SERVER The server to use to determine the latest
-s SERVER SDK version.
--address=ADDRESS The address of the interface on the local machine
-a ADDRESS to bind to (or 0.0.0.0 for all interfaces).
--port=PORT The port number to bind to on the local machine.
-p PORT
--sdk_root=root Overrides where the SDK is located.
--disable_update_check Disable the check for newer SDK versions.
怎么了?似乎启动服务器的命令是错误的,但我还没有编辑它...有人可以帮忙吗?