Hello I am trying out Google app engine and eclipse. I ihave installed the google plug in and have copied the code in the demo exactly. I saw a similar question posted here and I tried the solution of making sure the JDK was checked instead of JRE. I am using the guestbook demo for java and when I get to the part where I add the jsp page I am still getting this error :
HTTP ERROR 500 Problem accessing /. Reason:
Error running javac.exe compiler
Caused by: Error running javac.exe compiler at org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter.executeExternalCompile(DefaultCompilerAdapter.java:509) at org.apache.tools.ant.taskdefs.compilers.JavacExternal.execute(JavacExternal.java:61) at org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:1065) at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:882) at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:382) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:472) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:451) at org.apache.jasper.compiler.Compiler.compile(Compiler.java:439) at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)