I am trying to get started with a simple
servlet project using Eclipse "Ganymede" and Google's Appengine plugin.
Eclipse has created a directory structure and starting servlet for me - there is even an index.html - so far so good.
Now I want to add a
JSP to the project but there does not seem to be any "JSP" item on any of the "new" menus!
What am I missing here? Surely people create JSP with Eclipse all the time!
I attempted to install the Web Tools (WTP) plugin but Eclipse keeps saying I am missing something with incomprehensible error messages.
Bill