本文介绍了Java 6应用程序无法从任何版本的SDK部署到Google App Engine的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我试图在App引擎中部署Java 6应用程序时。我得到的错误类似于
Java 6应用程序无法从任何
版本的SDK部署到Google App Engine ,包括老年人。如果您出于兼容性原因需要继续部署Java 6
应用程序,则可以通过访问链接请求您的应用程序被
列入白名单以便进行Java 6部署。
然后我在项目设置中更改了java版本1.7。甚至在应用程序引擎部署之后也会抛出相同的错误。
如何解决这个问题。
解决方案我最终通过安装Eclipse 4.3
Kepler
和App Engine SDK 1.9.2来解决这个问题。 安装最新的Eclipse 4.3
安装最新的Google Eclipse插件
When i tried to deploy the Java 6 application in App engine. I got error like
Java 6 applications are prevented from being deployed to Google App Engine from any
version of the SDK, including older ones. If you need to continue to deploy Java 6
applications for compatibility reasons, you can request that your application be
whitelisted for Java 6 deployment by visiting link.
Then i changed java version 1.7 in project settings. Even after, app engine deployment throw same error.
How to fix this issue.
解决方案
I finally fix this issue by installing Eclipse 4.3 Kepler
and App Engine SDK 1.9.2.
Install Latest Eclipse 4.3
https://www.eclipse.org/downloads/
Install Latest Google Eclipse Plugin
https://developers.google.com/eclipse/docs/getting_started
这篇关于Java 6应用程序无法从任何版本的SDK部署到Google App Engine的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
08-30 07:48