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.

怎么了?似乎启动服务器的命令是错误的,但我还没有编辑它...有人可以帮忙吗?


答案 1

这是因为您的启动配置文件(位置:WORKSPACE/.metadata/.plugins/org.eclipse.debug.core/.launches)已损坏。解决此问题所需要做的就是删除现有的启动配置(在“运行>运行配置中)


答案 2

检查 Eclipse 项目或 GAE SDK 在路径中是否有空格。


推荐