Eclipse Pakage  
Author Message
SMMT





PostPosted: 2004-4-29 8:27:00 Top

java-programmer, Eclipse Pakage When we create a pakage in java you make it creating several folders one
inside the other in an organized way.
In Eclipse I can create pakages, but I cann't create a pakage inside
another. (left mose button, new|pakage)
Any ideias on how to create inside pakages via IDE ?


 
Dirk Michaelsen





PostPosted: 2004-4-29 14:59:00 Top

java-programmer >> Eclipse Pakage Hi,

>When we create a pakage in java you make it creating several folders one
>inside the other in an organized way.
>In Eclipse I can create pakages, but I cann't create a pakage inside
>another. (left mose button, new|pakage)
>Any ideias on how to create inside pakages via IDE ?

it's very simple: Right click on the package in which you want to
create a subpackage and select new / package from the context menu.
You will see the name of the actual package in the input field for the
package name. Extend the package name as you like, click on Finish and
Eclipse will create the package for you.

cu
Dirk