在Google App Engine上部署时部署失败(用于在App Engine上上传) [英] Deploy Failed when Deploy on google App Engine (for upload on app engine)

查看:124
本文介绍了在Google App Engine上部署时部署失败(用于在App Engine上上传)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我在本地系统上运行项目时,项目成功部署并正常运行 但是,当我将其部署到Google App Engine(用于在Google App Engine上上传,以便每个人都可以访问网站)时,它失败了.显示给我

When I run project on local system, project deploy successfully and running properly but when i deploy it to Google App Engine (for upload on google app engine so every one can access site) it's failed. It's show me


------------ Deploying frontend ------------
Preparing to deploy:
    Created staging directory at: 'C:\DOCUME~1\MASTER~1\LOCALS~1\Temp\appcfg8421561925415091473.tmp'
    Scanning for jsp files.
    Compiling jsp files.
java.lang.RuntimeException: Cannot get the System Java Compiler. Please use a JDK, not a JRE.

Debugging information may be found in C:\Documents and Settings\Master - Admin\Local Settings\Temp\appengine-deploy5746895533940558879.log

但是我已经在使用jdk,您可以在下图中看到它.

but i am already using jdk, You can see it in below image.

请帮助我解决这个问题.

Please help me to solve this problem.

推荐答案

在Google App Engine上成功部署项目

Successfully deploy project on google App Engine

我只在eclipse快捷方式(eclipse.ini)中添加以下行

I just add following line in eclipse shortcut (eclipse.ini)

-vm "C:\Program Files\Java\jdk1.7.0_40\bin\javaw.exe"

或者如果您不喜欢这样做,则可以 去运行并编写以下内容:

or if you don't like to do this then you can go to run and write following:

[path]eclipse.exe -vm "C:\Program Files\Java\jdk1.7.0_40\bin\javaw.exe"

注意:如果'eclipse.exe -vm ...'直接不起作用,则将[path]替换为eclipse path C:\ Program Files \ eclipse \ eclipse.exe -vm"C:\ Program Files \ Java \ jdk1.7.0_40 \ bin \ javaw.exe"

Note: If 'eclipse.exe -vm ...' directly not work then replace [path] with eclipse path C:\Program Files\eclipse\eclipse.exe -vm "C:\Program Files\Java\jdk1.7.0_40\bin\javaw.exe"

这篇关于在Google App Engine上部署时部署失败(用于在App Engine上上传)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆