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.
Go to Eclipse->Help menu->Install new software choose the Web, XML, Java EE plugin and install it.
Open Eclipse and go to help->Install new software.. option available.
Click the down arrow available in work with field and select following
link Kepler - http://download.eclipse.org/releases/keplerNow select checkbox with name Web, XML, Java EE and OSGi Enterprise
Development click next -> next -> accept the licence requirement -> finish.Wait for sometime till plugins got downloaded.
Restart the eclipse and now go to file->new->other->web and you will see
project will be available.
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,
The easiest way is re-install your eclipse choosing the "Eclipse IDE for Java EE Developers" version that contains everything you could need to create a "Dynamic Web Project".
But if instead what do you need is a lighter eclipse to develop a Web Java application with aspectj, maven and Tomcat I recommend you to try this:
Steps for Eclipse Standard 4.3.2 http://www.eclipse.org/downloads/packages/release/kepler/sr2
- Add "Web Tools Platform" http://download.eclipse.org/webtools/repository/kepler
- Web Tools Platform (WTP) 3.5.2
+ Faceted Project Framework (required to install Java EE Develper Tools)
+ Faceted Project Framework JDT Enablement (required to install Java EE Develper Tools)
+ Eclipse Java EE Develper Tools 3.5.2 (dynamic web project)
+ Eclipse Java Web Developer Tools 3.5.2 (JSP editor)
+ Eclipse Web Develper Tools 3.5.2
+ JST Server Adapters (need it for Tomcat server adapter)
+ JST Server Adapters Extensions (need it for Tomcat server adapter)
- Web Tools Platform (WTP) Patches 3.5.2
+ WTP Patches for org.eclipse.jst.commong.fproj.enablement.jdt
- Add "AspectJ Developmet Tools" (if you need AspectJ) http://download.eclipse.org/tools/ajdt/43/update
+ AspectJ Developmet Tools 2.2.3
- Add "Maven Integration for Eclipse" (if you need maven)
- Web, XML, Java EE and OSGi...
+ m2e-wtp - Maven Integration for WTP 1.0.1
- Add m2e for AJDT http://dist.springsource.org/release/AJDT/configurator/
+ Maven Integration for AJDT 0.14.
I was able to get this option when I installed Eclipse IDE for Java EE Developers.
Thanks free_easy
来源:https://stackoverflow.com/questions/4587734/dynamic-web-project-option-missing-in-eclipse