Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

eclipse

jax-ws

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?

like image 667
boes Avatar asked Sep 23 '10 10:09

boes


People also ask

What is JAX-WS web services in eclipse?

By Ajmal Abbasi | 4 Comments. JAX-WS is a standard API used for creating java based web services particularly SOAP web services. JAX-WS API is available as part of your JDK installation. In this Java JAX-WS SOAP Web Service step by step Tutorial, we will develop a SOAP Web Service using JAX-WS Top Down approach.

How do I add JAX-WS to eclipse?

Right-click the project, select Properties, select Java Build Path, and click the Libraries tab. Click Add Library, select MyEclipse Libraries, and click Next. Scroll down, and select the JAX-WS library container to be added to your project's build path, and click Finish. Click OK to close the Properties window.


2 Answers

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

like image 135
worpet Avatar answered Oct 04 '22 02:10

worpet


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

like image 36
Fabrice TIERCELIN Avatar answered Oct 04 '22 00:10

Fabrice TIERCELIN