How to create a child package inside a package in eclipse project explorer

eclipse, package

Solution

To enable hierarchical visualization in the eclipse package explorer do these following steps:

In The Package Explorer View / View Menu (An arrow pointing down on top right) Go to Package Presentation and set type to Hierarchical.

Problem

How can I make a child package inside a package in eclipse project explorer? I already tried.. `com.proj.test` then I create a new package `com.proj.test.child` to add a child package at package `com.proj.test`, but did not succeed

Original source

Related problems