Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I cannot create dynamic web application in eclipse

I cannot create new dynamic web application in eclipse.If i click new project from file menu it is not displaying "dynamic web application" option.It is not showing the option "web".I am running eclipse 3.4.0.

Can anyone give help on this?

like image 769
DonX Avatar asked Dec 17 '22 09:12

DonX


2 Answers

To see this kind of "new Project" feature:

alt text
(source: viralpatel.net)

, could you check:

  • if you have WTP installed with your eclipse configuration ?
  • in what perspective you currently are ? (try 'Java' or better yet 'J2EE' as mentioned in this "Build Web applications with Eclipse, WTP, and Derby" IBM article)
like image 54
VonC Avatar answered Dec 26 '22 12:12

VonC


You need the Java EE Devleoper Tools to create Dynamic Web Projects

  • Go to Help->Install New Software.
  • In the dropdown, select 'Juno - http://download.eclipse.org/releases/juno'
  • Expand 'Web, XML, Java EE, and OSGI Enterprise Development'
  • Check the box for 'Eclipse Java EE Developer Tools'

Once installed, you can create a New -> Other -> Dynamic Web Project

like image 39
Vivek Bansal Avatar answered Dec 26 '22 11:12

Vivek Bansal