Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove project .jars from project explorer view in Eclipse

The list of jars just takes up too much space. Can I collapse it or hide it?

like image 403
flybywire Avatar asked Mar 23 '09 11:03

flybywire


People also ask

How do I delete a project from project Explorer in Eclipse?

To delete a project, right-click on the project in the Package Explorer. Again, select “Delete” from the context menu. To delete your project select the option “Also delete contents under…” and select “Yes.”

How do I change the project Explorer view in Eclipse?

To view the project explorer, click on Window menu then, click on Show View and select Project Explorer. There is simpler way to open project explorer, when you are in the editor press alt + shift + w and select project explorer.

How do I remove a project reference in eclipse?

On the Propertis dialog, select the Java Build Path from the list of properties. On the Java Build Path part of the dialog, select the Libraries tab. Find the entry in the list of libraries called Shared Library [<library-name>], and then select it. Click Remove.


1 Answers

Another solution would be using the Package Explorer view.

like image 181
Josema Avatar answered Sep 22 '22 11:09

Josema