If you have an import statement like:-

          import com.ariaware.arp.*;

then this would map to a directory:-

         com/ariaware/arp/

This structure is desireable in the case where you're using class from
other sources, eg

         import com.campanyname.productname.*;

would be found in directory:-

         com/companyname/productname/

If we used your sugested way, we would have to remember keep modifying
the class path every time started using a new set of class libraries.
Is useful when you start using free open source class libraries:-

         import org.actionstep.*;

The directory would be:-

        org/actionstep/

the class path would remain unchanged.


Chris
-- 
Chris Velevitch
Manager - Sydney Flash Developers Group
www.flashdev.org.au

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to