5

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.

Sebastian Baltes
  • 512
  • 5
  • 14
  • Have you tried the resource filters on the project properties? See here: http://stackoverflow.com/questions/6137848/eclipse-how-to-hide-custom-files-in-project-explorer – Arno Mittelbach Aug 18 '13 at 20:41

1 Answers1

7

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

orbfish
  • 7,381
  • 14
  • 58
  • 75