| Author |
How to create a package within a package in MyEclipse
|
shukla raghav
Ranch Hand
Joined: Aug 03, 2008
Posts: 184
|
|
please tell me how to create a package within a package in myeclipse web project.
This is what i am trying to do but it goes wrong.
1. the name of my web project is TestWeb. I rt-click TestWeb/src and select package from the menu. I name the package com
2. then i select com. I rt-click com and select package again. i name the package example so that package fully qualified name of the package is com.example . but the problem is here it does not create the new package example under com rather it creates this new package also under TestWeb/src i.e. parallel to com
How do i do it. i dont know ???
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14480
|
|
Type in the full package name, instead. In other words, don't type in "example", type in "com.example".
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
shukla raghav
Ranch Hand
Joined: Aug 03, 2008
Posts: 184
|
|
|
Thanks
|
 |
 |
|
|
subject: How to create a package within a package in MyEclipse
|
|
|