0

I'm writing server-application in java which needs to run on ec2 of amazon. I read somewhere i need to open dynamic web project, but i don't have this option in eclipse. my eclipse version is eclipse.

I tried to install through help -> install new software the package "Web Tools Platforms" from http://download.eclipse.org/webtools/repository/indigo but it failed in the middle of the installation.

Somebody can help me with that?

thanx!!

kande
  • 559
  • 1
  • 10
  • 28

2 Answers2

2

You need the one labelled Eclipse for Java EE Developers that one lets you create web projects.

Also see this & this. It will help you..

Fahim Parkar
  • 30,974
  • 45
  • 160
  • 276
  • Thanx.... i'll download the Eclipse for Java EE Developers, but i need to re-download all the sdk i already have? (android, aws...) – kande May 11 '12 at 12:47
  • ***NO***, you don't need to re-install any sdk again... Just download new eclipse from the link that I provided... – Fahim Parkar May 11 '12 at 12:47
  • I download the zip file with Eclipse for Java EE Developers, what do I need to do in order to get all the sdk from the previous version into the new one? – kande May 11 '12 at 14:39
  • right now I don't have Eclipse here on this machine so I won't be able to help you. Could you post new question for the same? – Fahim Parkar May 11 '12 at 16:28
0

Not all of them are required (I think), but after installing the components listed below I got the "Dynamic Web Project" template added to my Eclipse (Indigo). The list is:

  • Eclipse Java EE Developer Tools
  • Eclipse Java Web Developer Tools
  • Eclipse Web Developer Tools
  • Eclipse XML Editors and Tools

You can install those packages by clicking on "Help" > "Install New Software", selecting the repository that corresponds to your Eclipse build (i.e http://download.eclipse.org/releases/indigo for Indigo). The packages are grouped under "Web, XML, Java EE and OSGi Enterprise Development".

Poli
  • 2,514
  • 2
  • 18
  • 12