我正在使用 macbook pro 进行开发。我刚刚安装了eclipse indigo。谷歌应用引擎 Java SDK 是 1.8.2。我正在尝试在 localhost 上运行 appengine 项目。但我收到以下错误:
2013-08-04 13:14:03.193 java[2146:707] [Java CocoaComponent compatibility mode]: Enabled
2013-08-04 13:14:03.194 java[2146:707] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000
Usage: <dev-appserver> [options] <app 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=DIR Overrides where the SDK is located.
--disable_update_check Disable the check for newer SDK versions.
--generated_dir=DIR Set the directory where generated files are created.
--jvm_flag=FLAG Pass FLAG as a JVM argument. May be repeated to
supply multiple flags.
我用谷歌搜索了很多,但我发现的任何解决方案都不适合我。我在 appengine 上上传了应用程序并使用 url 打开它。它在那里工作正常。谁能告诉我为什么它不能在我的mac上运行。提前致谢。