Try refer to this blog, http://fyhao.com/2010/12/computer-and-it/appengine/google-appengine-jsp-compilation-problem/ may solve your problem
On Mon, Apr 11, 2011 at 3:37 PM, Gianni Mariani <[email protected]> wrote: > Eric, > Is this issue related to your problem? > > http://code.google.com/p/googleappengine/issues/detail?id=1226 > > /Gianni > > On Mon, Apr 11, 2011 at 5:29 PM, Perun Katana <[email protected]> wrote: > >> Hi Eric, >> >> this is the cause >> > An error occurred at line: -1 in the generated java file >> > Caused by: java.io.IOException: Cannot run program "javac.exe": >> >> I had the same error and what helped - make sure you run appcfg >> command with JDK, not just JRE. >> What I did was - open the appcfg file and make sure the java is called >> from a JDK (place a full path to JDK if necessary) >> >> Hope it will resolve your issue. >> >> Regards >> Perun >> >> >> On 10 avr, 15:05, Eric Wu <[email protected]> wrote: >> > My project works fine in local server. But when I upload my project to >> > GAE, there is an error: How to solve the problem >> > >> > Regards >> > >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine for Java" group. >> To post to this group, send email to >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine-java?hl=en. >> >> > > > -- > Gianni Mariani > Google, Sydney > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
