• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Best way to create JSP in Eclipse

 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If there is no specific JSP entry, you can always create a text file and change the extension to .jsp.

When you downloaded Eclipse, did you download the "Eclipse for Java EE Developers" variant? That has everything necessary for building web apps, include creating JSP files. Usually trying to figure out what you need to add to the bare-bones Eclipse download to get the added web capabilities is not worth the effort (it would be so much nicer if Eclipse offered to download the missing dependencies for you, like the Linux package managers do...)
 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Eclipse WTP provides all you need for JSP development. In case you have problems with the update manager download a fresh copy of Eclipse IDE for Java EE Developers from Eclipse Download Site.

Best regards, Lars

 
Seriously Rick? Seriously? You might as well just read this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic