Google App Engine(Java)のデプロイエラー

Googleからメールが来て、pleiades 3.7で久々にGoogle App Engineのデプロイを行ったら以下のエラーが出力された。

Preparing to deploy:
Created staging directory at: 'C:\Users\Chloe\AppData\Local\Temp\appcfg8759974391667459604.tmp'
Scanning for jsp files.
Compiling jsp files.
java.lang.RuntimeException: Cannot get the System Java Compiler. Please use a JDK, not a JRE.

同様の現象の遭遇している人は多いようで、
以下のページ参考し、JDKを入れて設定し直せば解決するらしい。
http://stackoverflow.com/questions/19168082/eclipse-appengine-java-lang-runtimeexception-cannot-get-the-system-java-compi


ただ、自分の場合、
最後のeclipse.iniに以下のようにパスを設定したが

C:\Program Files (x86)\Java\jdk1.7.0_51\bin\javaw.exe

以下のダイアログが出て起動せず

結局、pleiades内のパスに設定してたら起動でき、デプロイもできた。

D:\pleiades-java\java\7\bin\java.exe



※ちなみに、Googleから来たメールの内容は以下の通りです。

Updates to Cloud Platform Terms of Service

Dear Google App Engine customers,

You are receiving this notification because you are listed as an admin of the following app(s):


Our goal is to make it easier for Google Cloud Platform customers to find and understand Terms of Service, Deprecation Policy and Service Level Agreements, covering all current and future Cloud Platform products and services.

The Google Cloud Platform team would like to make sure you are aware of some changes we've recently made to the Google App Engine Terms of Service (ToS) as well as how and where we communicate Deprecation Policy and Service Level Agreement (SLA) information to our users.

We have written the Google Cloud Platform Terms of Service to include Google App Engine, thereby replacing the Google App Engine Terms of Service.

One important change for App Engine customers is that material changes that Google makes to the Terms of Service will become effective 30 days after posting the updates for App Engine customers to review (previously it was 90 days). A summary of changes can be reviewed at the following URL: https://developers.google.com/cloud/terms/terms-change-summary

We have also consolidated all Deprecation Policy information into a single URL that explicitly lists Cloud Platform products, versions, features, and functionality that are subject to the Deprecation Policy as well as any products, versions, features, or functionality that are excluded from the Deprecation Policy. The consolidated URL is: https://developers.google.com/cloud/terms/deprecation

Finally, we have updated our Service Level Agreements to clarify and unify them, include provisions for Cloud Platform Resellers, and modified our SLA Exclusions so that features and services designated as experimental, limited preview, or preview are excluded from the SLA unless otherwise set forth in the documentation for that feature or service. You can view the updated SLA at the following URL: https://developers.google.com/appengine/sla

These changes will apply to your account starting May 1, 2014. We hope they will make it easier for you to find and understand this important information.

Sincerely,

    • The Google Cloud Platform team
        • © 2014 Google Inc. 1600 Amphitheatre Parkway, Mountain View, CA 94043

You have received this mandatory email service announcement to update you about important changes to Google Cloud Platform or your account.