Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing J2EE into existing eclipse IDE

I have Eclipse Galileo (Version: 3.5.2), which I use to develop Jave SE applications. I want to learn Java EE. How do I incorporate Java EE? Or do I need to install a Java EE specific Eclipse IDE?

Follow Up:

Thanks a great deal for answering! There are a lot of names in the list that shows up in Eclipse. E.g. WTP 3.1.1, WTP 3.1.2, Patches, WTP Test 3.1.1, WTP Test 3.1.2. Which ones do I download?

like image 650
Sam Pafe Avatar asked Sep 09 '25 16:09

Sam Pafe


1 Answers

http://download.eclipse.org/webtools/updates/ - This is an old URL and doesn't work any more. If you want to install WTP (i.e. J2EE plugins) use the following URLs depending upon the version of the eclipse you are using:

  • For Photon (Eclipse 4.8) and WTP 3.10 - http://download.eclipse.org/releases/photon/
  • For Oxygen (Eclipse 4.7) and WTP 3.9 - http://download.eclipse.org/releases/oxygen/
  • For Neon (Eclipse 4.6) and WTP 3.8 - http://download.eclipse.org/releases/neon/
  • For Luna (Eclipse 4.4) and WTP 3.6 - http://download.eclipse.org/releases/luna/
  • For Kepler (Eclipse 4.3) and WTP 3.5 - http://download.eclipse.org/releases/kepler/
  • For Juno (Eclipse 3.8/4.2) and WTP 3.4- http://download.eclipse.org/releases/juno/
  • For Indigo (Eclipse 3.7/4.1) and WTP 3.3- http://download.eclipse.org/releases/indigo/
  • For Helios (Eclipse 3.6) and WTP 3.2 - http://download.eclipse.org/releases/helios/

More information can be found here.

like image 94
Malay Desai Avatar answered Sep 12 '25 22:09

Malay Desai