Eclipse: Web Services Option is missing

2020-07-11 07:13发布

问题:

This not a programming question but Most of the programmers using Eclipse should have the answer I am lokking for.

I am running eclipse Indigo (v 3.7). But I dont find the option to create a web services client.

My googling has so far suggested that I should do following:

File -> New Project-> Other Under "select Wizard" pop up window, Select "Web Services" option.

So, in my case, I do not see "Web Services" at all.

This version was running on windows, So I install Eclipse on my ubuntu box and still I do not see the "Web Services" option there.

I think I am missing something.

Could you help me figure this out. I started learning Eclipse quite recently.

Thanks.

回答1:

what "kind of" Eclipse do you use. I guess it has to be this: http://www.eclipse.org/webtools/ or you you will have to install the appropriate plugins for being able to develop web related projects



回答2:

First, never install Eclipse from a Linux package manager like apt; always download directly from www.eclipse.org Second, to get the web service features, you probably want to download the Eclipse IDE for Java EE Developers package. That package includes the Web Tools Project plugins that give Eclipse its web services features (among other things).



标签: eclipse