Installing J2EE into existing eclipse IDE

2020-02-20 07:46发布

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?

6条回答
Anthone
2楼-- · 2020-02-20 07:56

Step 1 Go to Help ---> Install New Software...

Step 2 Try to find "http://download.eclipse.org/webtools/updates" under work with drop down. If you find then select and install all the available updates.

If you can not find then click on Add -> Add Repository. Name: Eclipse Webtools Location: http://download.eclipse.org/webtools/updates Select all available updates and Install them.

Visit http://download.eclipse.org/webtools/updates/ for more details.

查看更多
再贱就再见
3楼-- · 2020-02-20 07:57

Go to Help -> Install new softwares-> add -> paste this link in location box http://download.eclipse.org/webtools/repository/luna/ install all new versions..

查看更多
叼着烟拽天下
4楼-- · 2020-02-20 07:58

For Eclipse Mars the following worked

  1. In Eclipse select Help - Install New Software.
  2. Search for "EE". Got two hits and it what obvious which to use.
  3. Let IDE restart.
查看更多
唯我独甜
5楼-- · 2020-02-20 07:59

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:

More information can be found here.

查看更多
啃猪蹄的小仙女
6楼-- · 2020-02-20 08:06

For Mars (Eclipse 4.5) and WTP 3.7 use this link. http://download.eclipse.org/webtools/repository/mars/

  1. In Eclipse select Help - Install New Software.
  2. In the "Work with:" text box place the above link.
  3. Press Enter.
  4. Select the WTP version you need (3.7.0 or 3.7.1 as of today) & follow the prompts.
查看更多
唯我独甜
7楼-- · 2020-02-20 08:22

You could install Web Tool Platform on top of your current installation to help you learn about Java EE. Download the Web Tools Platform by using Eclipse Software Update (Instruction at http://download.eclipse.org/webtools/updates/). It has features to get you going with learning Java EE. You could learn more about Web Tools Platform at http://www.eclipse.org/webtools/

查看更多
登录 后发表回答