我的eclipse IDE中缺少Webservice选项

时间:2014-09-18 06:20:47

标签: java eclipse web-services

我正在使用Eclipse IDE,现在我计划创建一个简单的项目来创建一个Web服务程序。但是我的eclpise中没有选项可以帮助我创建一个Web服务。

以下是我Eclipse --> Help --> About Eclipse Platform时的详细信息:

Eclipse Platform

Version: 3.8.1
Build id: debbuild

(c) Copyright Eclipse contributors and others 2000, 2012.  All rights reserved.
Visit http://www.eclipse.org/platform

This product includes software developed by the
Apache Software Foundation http://www.apache.org/

当我Project --> New --> Other --> Web Services -->时,我只有两个选项:

- Ant Files 
- WSDL Files

我正在寻找一个名为Web Service的选项来创建一个新的Web服务,但我的日食中缺少该选项。

我不想下载新的日食,所以我想在我的日食中下载任何丢失的插件。

我已经完成了这篇文章 - > Eclipse: Web Services Option is missing但答案并未说明我需要设置哪些确切的插件来解决我的问题。上面帖子中的一条评论说就像这样You can do a help->install new software and install WST components.但是当我搜索WST Components时,我没有得到任何结果。

有人可以帮助我如何为我的日食安装所需的插件。

2 个答案:

答案 0 :(得分:4)

您可以通过Help -> Install new Software -> Select you current eclipse version on the drop down field -> Go to the category 'Web, XML, Java EE and OSGi Enterprise Development' and pick there all you need

执行此操作

如果要创建Java Web服务,以下选项可能很有用:

  • JAX-WS DOM工具
  • JAX-WS工具
  • JSF工具
  • WAR产品
  • WST服务器适配器

亲切的问候并抱歉我以前的错误答案!

答案 1 :(得分:0)

将您的Eclipse版本更新为2019-2或更高版本,Mars版本也可以正常工作。