How to remove JAX-WS Web Services node in Eclipse Project Explorer?
Asked Answered
U

4

14

For development I use Eclipse Helios. In one of my projects in the project explorer a new node showed up. It is called JAX-WS Web Services. I do NOT use webservices in my project. The node has two sub nodes, Service Endpoint Interface and Web Services. Both of them are empty. I have some other project open too. They do not show this node.

How can I remove this unwanted JAX-WS Web Services node from my project?

Urian answered 23/9, 2010 at 10:54 Comment(0)
C
31

If you don't care about JAX-WS, you can hide it from the Project Explorer. To do this, click the little down arrow button (see image below) and, from the popup menu, choose "Customize View...". On the Customize View dialog, goto the "Content" tab. On the Content tab, uncheck "JAX-WS Web Services Elements".

click the little down arrow button

Circumscription answered 24/11, 2010 at 22:31 Comment(4)
Does hiding it also disable it (for lower resource usage)?Inga
I'm not really sure. If anyone knows, please comment.Circumscription
I'm just wondering why it is showing in some projects only. There must be some kind "JAX WS" nature which I would like to disable in projects that do not (any more) have anything JAX-WS related.Barrelchested
Since Eclipse 2019-12/4.14 the View Menu's icon is no longer a chevron but a vertical ellipsis (⋮). Therein it's Filters and Customization...Content → ☐ SR-109 Web Services Index now.Mel
S
5

You can use the Package Explorer view instead of the Project Explorer view: those nodes don't appear.

Stokehold answered 19/7, 2016 at 10:10 Comment(1)
I think Package Explorer is probably what most people should be using :thumb:Writer
W
1

You have to disable JAX-RS support on you project, you can do it following this two steps:

First access your project properties

enter image description here

Then filter properties by JAX-RS, disable JAX-RS support and click on Apply and close

enter image description here

Wives answered 28/12, 2021 at 18:57 Comment(0)
F
0

It seemed that if you create your dynamic web project with eclipse, you can not remove JAX-WS, unless you create your project in other ways.

Frontogenesis answered 15/2, 2019 at 8:36 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.