How can I view packages as folder structure in eclipse

eclipse, java, package

Solution

Eclipse offers the `Navigator` view which will display your project in the way you are asking. To open this view select `Window > Show View > Navigator`.

Problem

In eclipse, I would like to see packages as a folder structure rather than the flattened look provided by the `Package Explorer` default settings, is there a way to do this?

Original source

Related problems