> 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]
- Re: Working with many .java f... Pete Wyckoff
- Re: Working with many .java f... Nelson Minar
- Re: Working with many .java f... Moses DeJong
- Re: Working with many .java f... Riyad Kalla
- Re: Working with many .java f... Nelson Minar
- Re: Working with many .java f... Felix S Klock
- Re: Working with many .java f... Nelson Minar
- [OT] jikes [was headed OT: Re... Chris Abbey
- Re: [OT] jikes [was headed OT... Chris Kakris
- Re: [OT] jikes [was headed OT... Moses DeJong
- Re: [OT] jikes [was headed OT... Daniel Barclay
- Re: [OT] jikes [was headed OT... Nelson Minar
- Re: Working with many .java f... Michael Emmel
- Re: Working with many .java f... Justin Lee
- Re: Working with many .java f... Ugo Cei
- Re: Working with many .java f... Moses DeJong
- Re: Working with many .java f... Paolo Ciccone
- Working with many .java files... Kontorotsui
- Re: Working with many .java f... alx
- Re: Working with many .java f... Kristian Soerensen
- Re:Jrun on linux and apachie? Steve Nguyen