我的appengine部署失败,因为未设置--use_java 7标志。我尝试打开命令行并转到:plugins / com.google.appengine.eclipse.sdkbundle_1.7.7 / appengine-java-sdk-1.7.7 / bin并运行appcfg.sh --use_java 7.这不起作用。什么会。此链接中的所有答案均无效Failed to deploy to Google App Engine because --use_java7 flag has not been set
答案 0 :(得分:1)
我终于有意识重新安装Google应用引擎的最新版本,该版本与1.77兼容。无论问题是什么,都解决了。
所有Google代表:像我这样的新手不熟悉命令行。我建议你为app-engine和eclipse插件之外的任何文件添加卸载选项。
答案 1 :(得分:0)
使用1.7.7,现在在java7运行时上进行部署,因此现在已删除此临时标志。 只需删除它。