I’ve been creating simple GAE project – all what I did before is index.html. Now, I want to add file createAccount.jsp to WAR directory. Eclipse gives me an error: “cannot compile jsp file…”
How can I fix it?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
JSPs are supported on GAE: http://code.google.com/appengine/docs/java/gettingstarted/usingjsps.html
As @Riley already noted in comment, it must be an error in JSP file. Start with a simple JSP and then start adding functionality.
Update
As noted in comments, this was a problem of JDK version.