> From: Moses DeJong <[EMAIL PROTECTED]>


> .... In Java the path
> name of the file defined what package it should be inside of.

NO!  It's the package clause _inside_ the source file that defines 
which package the class belongs to. 


Whether the source file is in a directory hierarchy matching the package
hierarchy should matter only for features like automatic recompilation.

Java tools should not force you into matching the package hierarchy
unless you want to use those features.





Daniel








----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to