Issue
Is there a way in Eclipse, to see empty parent packages? I have an issue freely viewing/accessing package new.galaxywar.client.resources.images.game
that only contains 2 sub-packages:
src="https://i.gyazo.com/072d6e1a1ca561dd23899471b261ff01.png" alt="packages">
I tried creating that package again, because I thought that i might not have it in my eclipse project, but it won't let me:
How do I prevent "views from filtering empty parent packages"?
Solution
In "Project Explorer" panel, click on the "View Menu" button (represented as a triangle). Then go to "Customize View..." and deselect "Empty parent packages".
This should do the trick.
Answered By - vadchen
Answer Checked By - Marilyn (JavaFixing Volunteer)