Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/366.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 谷歌应用程序引擎未启动的留言簿示例_Java_Google App Engine - Fatal编程技术网

Java 谷歌应用程序引擎未启动的留言簿示例

Java 谷歌应用程序引擎未启动的留言簿示例,java,google-app-engine,Java,Google App Engine,不知道发生了什么。我让谷歌应用引擎中的第一个应用程序运行起来,然后发生了一些变化。我终于跳到另一台电脑上,重新安装了所有的东西,完成了教程,但仍然不起作用。很明显,我忘记了第一个应用程序中的一个漏洞的解决方法 控制台上写着 <terminated> Guestbook [Web Application] C:\Program Files (x86)\Java\JDK1.0.6_35\bin\javaw.exe 从工作区中删除.metadata文件夹。重新创建和导入同一个项目可以解决

不知道发生了什么。我让谷歌应用引擎中的第一个应用程序运行起来,然后发生了一些变化。我终于跳到另一台电脑上,重新安装了所有的东西,完成了教程,但仍然不起作用。很明显,我忘记了第一个应用程序中的一个漏洞的解决方法

控制台上写着

<terminated> Guestbook [Web Application] C:\Program Files (x86)\Java\JDK1.0.6_35\bin\javaw.exe

从工作区中删除.metadata文件夹。重新创建和导入同一个项目可以解决这个问题。

你能发布你正在运行的命令,以及运行它的路径吗?我正在使用Eclipse和Google插件。这是我在控制台中运行、调试Web应用程序时得到的结果。就这样。我尝试使用JDK1.6.0_35和JRE6加载。
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.