java - How to create a package in an hierarchical view in eclipse -


i using eclipse juno. have started learning java , facing issue in creating package within package. getting flat view of packages. want create package com.soft.entity com package contains soft package further contains entity package.

pfa screenshot

screenshot 1:

screenshot 2:

enter image description here

screenshot 3

enter image description here

screenshot 4

enter image description here

any lead appreciated.

thanks

put package name as:

com.soft.entity 

in option: file > new > package

see screenshot:

enter image description here

to see in hierarchical view see screenshot:

enter image description here

you'll see hierarchical structure when added more packages, if have one, you'll see in single line.

for instance, adding second package:

enter image description here


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -