使用 Eclipse 3.5 安装 CXF
根据 http:// /help.eclipse.org/helios/topic/org.eclipse.jst.ws.cxf.doc.user/reference/preferences.html
CXF 2.x 首选项可以通过 Window > > 访问。首选项...>>网络服务>顶级菜单中的 CXF 2.x 首选项
。
但我在 Web 服务下没有看到选项 CXF 2.x Preferences
,尽管我选择了 JavaEE 视角。
有什么想法如何实现这一点吗? 抱歉问这么简单的问题。
我也不能不将 CXF 视为项目方面,按照 http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.jst.ws.jaxws.doc.user/gettingstarted/requirements。 html
我知道这与让 Eclipse 了解 CXF 库有关,但找不到这方面的教程。
As per http://help.eclipse.org/helios/topic/org.eclipse.jst.ws.cxf.doc.user/reference/preferences.html
The CXF 2.x preferences can be accessed via Window > Preferences... > Web Services > CXF 2.x Preferences
from the top level menu.
but I dont see the option CXF 2.x Preferences
under Web Services, though I have chosen JavaEE perspective.
any ideas how to enable this?
Sorry for such a simple question.
I also cannot do not see CXF as a Project Facet as per http://help.eclipse.org/helios/index.jsp?topic=/org.eclipse.jst.ws.jaxws.doc.user/gettingstarted/requirements.html
I know this is something to do with getting Eclipse aware of CXF libraries, but cant find the tutorial for this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
转到帮助 ->安装新软件。在“使用”下拉列表中选择:
Eclipse Web Tools Platform (WTP) 项目更新站点 - http://download.eclipse.org/webtools/updates
在“类型过滤器文本”中,输入“cxf”并选择 SDK 和其他结果并安装它们。重新启动 Eclipse,您应该会在
Window > 下看到
CXF 2.x
Preferences。首选项...>>网络服务Go to Help -> Install New Software. In the drop down 'Work With' select :
The Eclipse Web Tools Platform (WTP) Project update site - http://download.eclipse.org/webtools/updates
In the 'type filter text', type in 'cxf' and select the SDK and other results and install them. Restart Eclipse and you should get
CXF 2.x
Preferences underWindow > Preferences... > Web Services
CXF 工具不存在于 Eclipse 3.5“Galileo”版本中。它是在 Eclipse 3.6“Helios”中添加的。您无法从 Eclipse 的一个主要版本就地升级到另一版本。您需要下载新的 Eclipse 发行版。我推荐 Eclipse IDE for Java EE Developers 软件包,您可以从官方下载站点获取该软件包。
CXF tooling is not present in Eclipse 3.5 "Galileo" release. It was added in Eclipse 3.6 "Helios". You cannot upgrade in place from one major release of Eclipse to another. You will need to download a new Eclipse distro. I recommend Eclipse IDE for Java EE Developers package that you can get from the official download site.
如果 CXF 运行时未显示在首选项中,请尝试更新 Eclipse 安装的 WTP 版本。
指向 http://download.eclipse.org/releases/galileo/,更新插件并重新启动 Eclipse。
If CXF runtime is not showing up in the Preferences, try updating the WTP version for your Eclipse installation.
Point to http://download.eclipse.org/releases/galileo/, update the plugins and restart Eclipse.