Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dynamic Web Project option missing in Eclipse [duplicate]

The "Dynamic Web Project" option for a new project in Eclipse does not appear in the list. Also, the "web" folder does not exist. Am I missing a module from installation?

I am running Eclipse Helios.

like image 940
Sid Avatar asked Jan 03 '11 19:01

Sid


3 Answers

Go to Eclipse->Help menu->Install new software choose the Web, XML, Java EE plugin and install it.

like image 198
pinux Avatar answered Sep 23 '22 23:09

pinux


  1. Open Eclipse and go to help->Install new software.. option available.

  2. Click the down arrow available in work with field and select following
    link Kepler - http://download.eclipse.org/releases/kepler

  3. Now select checkbox with name Web, XML, Java EE and OSGi Enterprise
    Development
    click next -> next -> accept the licence requirement -> finish.

  4. Wait for sometime till plugins got downloaded.

  5. Restart the eclipse and now go to file->new->other->web and you will see
    project will be available.

like image 29
Krutik Avatar answered Sep 21 '22 23:09

Krutik


If anyone facing problem with eclipse(Oxygen), this answer is for those.

Help --> Install New Software--> place this URL in work with field

Eclipse Oxygen: http://download.eclipse.org/releases/oxygen/

Eclipse Photon: http://download.eclipse.org/releases/photon/

Select the list of software's which do you want to update and complete normal update process. Once, installation completed you have to restart the eclipse. So, you are able to create the Dynamic Web Project.

Thanks,

like image 10
2 revs Avatar answered Sep 21 '22 23:09

2 revs