so suppose I have a java package....
it\'s got the main class with the main method
and then it\'s got a whole bunch of other classes.....
my question
As paxdiablo said, your main class would have to store these parameters and then either distribute or make available to needed ones. Often a good idea would be to let another class do the parsing of these parameters, and provide an object of this class instead of the raw command line to whoever needs it.