| Author |
In eclipse how to create a folder with a package and package within a package?
|
jacob deiter
Ranch Hand
Joined: Apr 02, 2008
Posts: 576
|
|
|
In eclipse how to create a folder with a package and package within a package?
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
When you select "New Package" off the eclipse menu, the corresponding folder(s) will also be created automatically.
You don't have to define subpackages one level at a time. If I define a new package and enter the package name "com.coderanch.javaranch.saloon.forum", any missing elements in that package tree will also be created automatically.
That's also true in many (though not all) cases where you are prompted by Eclipse to specify/create a directory in general.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: In eclipse how to create a folder with a package and package within a package?
|
|
|