English 中文(简体)
什么是“未能在[第8条]上启动应用引擎SDK”的含义,以及如何加以固定?
原标题:What does "Failed to initialize App Engine SDK at [path]" mean, and how to fix it?

I m使用“Eclipse的谷物”,并安装了“Web Toolkit SDK”和“App引擎Java SDK”。 更糟糕的是,上诉引擎SDK可以先入门,而网上工具包SDK则进行罚款。 Eclipse to the fundamental GAE SDKDirectory will causes the “Failed to initialize Appjet SDK at [path] wrong. 单独下载GAE SDK将产生同样的结果。

I m guessing the error is caused by a version problem? Here is the setup:

  • Eclipse 3.7 Indigo
  • Google Plugin for Eclipse 3.7
  • appengine-java-sdk-1.6.4 , appengine-java-sdk-1.6.5 (manual download)
  • Java JVM 1.6
  • Mac OSX 10.5, 32bit

感谢!

问题回答

检查你使用的 Java版。

例如,如果你对 system的缺省版本比最新版本更长,无论Eclipse在运行时间或项目JDK时使用什么,SDK可以尝试和开始在你的办公室上出现违约的JDK。

对我来说,问题是,我缺席的JDK是 Java6,而GAE目前还没有汇编成文,以支持比 Java7低的任何东西。

如上文所述,对安装的java sdks和java Jre的版本进行检查。 我面临同样的错误。

I have jdk1.7.0_45.jdk and and matching JRE i.e. jre-7u45, then set their path in eclipse->preference->java





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签