On Thu, Mar 13, 2014 at 10:08 PM, Suhail Gupta <[email protected]> wrote:
> As I try to deploy my app to GAE, I get this message : > > *java.lang.RuntimeException: Cannot get the System Java Compiler. Please > use a JDK, not a JRE.* > > This happens in spite the fact that I have set JDK as shown > Even though you set the correct JDK to use, Eclipse may still be using the JRE installation. Can you uninstall the other two Java runtimes? If not, you could try this: go to the Eclipse home directory and set the VM init parameter by following the directions here: http://stackoverflow.com/a/19674689 ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
