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 2:
screenshot 3
screenshot 4
any lead appreciated.
thanks
put package name as:
com.soft.entity
in option: file > new > package
see screenshot:
to see in hierarchical view see screenshot:
you'll see hierarchical structure when added more packages, if have one, you'll see in single line.
for instance, adding second package:
Comments
Post a Comment