0

I try to use this command to deploy my application to appspot.google.com:

c:\a\appeng\bin\appcfg.cmd --use_java7 update c:\a\u3e

Generates the error messsage.

C:\a>c:\a\appeng\bin\appcfg.cmd --use_java7 update c:\a\u3e

Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion' has value '1.7', but '1.6' is required. Error: could not find java.dll Error: could not find Java SE Runtime Environment.

I tried setting the path to use the Java 1.6 SDK we downloaded but that did not help or change any thing.

The web resources talk about what version of Java is used by the application once it appears on Google's servers; I did not see anything about the Java version for the upload process including developers.google.com/appengine/docs/java/gettingstarted/uploading and developers.google.com/appengine/docs/java/tools/uploadinganapp#Command_Line_Arguments as well as searching this site specifically and checking google.

Can I deploy an application from the computer in my house without deinstalling the Java 1.7 I use for other purposes?

4

1 回答 1

0

谢谢你看这个问题。我解决了这个问题。它与 Google Application Development Server 无关。这是一个难以解决的路径问题,指向保存 Java 可执行文件的目录。

于 2013-08-21T01:39:09.717 回答