I cannot create a dynamic web application in eclipse

I cannot create a new dynamic web application in eclipse. If I click on a new project from the file menu, it will not display the “dynamic web application” option. It does not show the Internet option. I am running eclipse 3.4.0.

Can anyone help with this?

+4
source share
2 answers

To see this type of "new project":

alt text
(source: viralpatel.net )

Could you check:

+6
source

To create dynamic web projects

you need Java EE Devleoper Tools
  • Go to Help-> Install New Software.
  • Select 'Juno - http://download.eclipse.org/releases/juno ' from the drop-down list
  • Expand "Web, XML, Java EE, and OSGI Enterprise Development"
  • Check the "Eclipse Java EE Developer Tools" checkbox

After installation, you can create a new → Other → Dynamic web project

+4
source

All Articles