| Author |
packaging
|
Ramm Kummar
Greenhorn
Joined: Feb 10, 2009
Posts: 26
|
|
How to import a class from other package in to the current java class of the different directory. The two directories are linked to the same same directory.
i.e. Directory A and B are subdirectories of C which is again sub-directory of the D.
if the classes in B are packaged using package D.C.B;, how to call this package classes in the A directory?
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32654
|
|
|
Try this:
|
 |
 |
|
|
subject: packaging
|
|
|