Eclipse:缺少 Web 服务选项
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10077151/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Eclipse: Web Services Option is missing
提问by slayedbylucifer
This not a programming question but Most of the programmers using Eclipse should have the answer I am lokking for.
这不是一个编程问题,但大多数使用 Eclipse 的程序员应该有我想要的答案。
I am running eclipse Indigo (v 3.7). But I dont find the option to create a web services client.
我正在运行 eclipse Indigo (v 3.7)。但我没有找到创建 Web 服务客户端的选项。
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.
文件 -> 新建项目 -> 其他 在“选择向导”弹出窗口下,选择“Web 服务”选项。
So, in my case, I do not see "Web Services" at all.
因此,就我而言,我根本看不到“Web 服务”。
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.
这个版本在 Windows 上运行,所以我在我的 ubuntu 机器上安装了 Eclipse,但我仍然没有在那里看到“Web 服务”选项。
I think I am missing something.
我想我错过了一些东西。
Could you help me figure this out. I started learning Eclipse quite recently.
你能帮我解决这个问题吗。我最近开始学习 Eclipse。
Thanks.
谢谢。
采纳答案by Bela Vizer
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
您使用哪种“类型”的 Eclipse。我想它必须是这样的:http: //www.eclipse.org/webtools/否则你必须安装适当的插件才能开发与网络相关的项目
回答by E-Riz
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 Developerspackage. That package includes the Web Tools Project plugins that give Eclipse its web services features (among other things).
首先,永远不要从像 apt 这样的 Linux 包管理器安装 Eclipse;总是直接从 www.eclipse.org 下载 其次,要获得 Web 服务功能,您可能需要下载Eclipse IDE for Java EE Developers包。该软件包包括 Web Tools Project 插件,这些插件为 Eclipse 提供了其 Web 服务功能(以及其他功能)。