Why source folder missing from build path during creating Dynamic Web Project in Eclipse

Viewed 1722

I have clicked on File-> New -> Dynamic Web Project

enter image description here

In the next step, there should be src folder coming up but there is no src folder.

enter image description here

I would like to understand why it is missing and how can I fix it?

Version detail:

enter image description here

Thank you.

1 Answers

I uninstalled Eclipse IDE for java Developers and installed Eclipse IDE for Enterprise Java and Web Developers. Issue has been resolved.

Related