Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

eclipse kepler: how to hide "libraries in project"?

Tags:

eclipse

how can I hide jar files in the project explorer? In previous versions of eclipse it was possible to hide them with "libraries in project" filter, but I don't find that anymore in kepler. Now there is only "libraries from external", but that's not enough, I still see a lot of libraries in my project on the top level.

Context: I've imported a play 2.1.3 generated project into eclipse kelper, and I have a lot of jars in the lib folder.

like image 902
Sebastian Baltes Avatar asked Aug 18 '13 15:08

Sebastian Baltes


1 Answers

Simple: the Project Explorer now appears by default. Open the Package Explorer (the old default) in Window/Show View/Other/Java.

like image 108
orbfish Avatar answered Oct 01 '22 17:10

orbfish