0

Am trying to create a simple servlet using servlet creation wizard in helios(eclipse). A popup opens up and when I type the class-name, at the top of the popup I can view a red cross mark which says 'The Source folder cannot be empty'. There is Browse bttn available, so when I click and go there, a popup opens but do not allow me to select anything in it. Please help me in this. Thanks

shiny
  • 43
  • 1
  • 11

1 Answers1

0

Creating Servlets by wizard only work for projects of type Dynamic Web Project. Truncate your current project and recreate it using New > Project > Web > Dynamic Web Project wizard.

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555