| « Google App Engine Getting Started #4 | Google App Engine Getting Started #2 » |
Google App Engine Getting Started #3
This getting started was all about using JSPs. As soon as I added a JSP to the project I got an error:
Description Resource Path Location Type
Your project must be configured to use a JDK in order to use JSPs helloUser.jsp /googleAppEngineAlevicki/war Unknown Google App Engine Problem
The problem was that my Eclipse instance was pointing at an installed JRE instead of an installed JDK for its JRE purposes. Pointing at my installed JDK via Window > Preferences, Java, Installed JREs fixed the problem.
I deployed the first simple JSP to my App Engine as the default page. It can be accessed via
or