On Thursday, December 13, 2012 4:58:06 AM UTC+5:30, Sekhar wrote: > > I just updated GAE to 1.7.4, and I'm getting the JDK missing error (see > below) at deploy time. The JSPs compile fine in Eclipse and I can test OK > on the dev server...the problem comes only at deploy time. Was working fine > in 1.7.3. Anyone else? I reverted to 1.7.3 to get around this. > > gae java.lang.RuntimeException: Cannot get the System Java Compiler. > Please use a JDK, not a JRE. >
go to ur eclipse folder there you could see eclipse.ini txt file in that text file write vm follows define your jdk installation path,example -vm *C:\Program Files\Java\jdk1.6.0_38\bin\javaw.exe* -- 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/groups/opt_out.
