Hi!
I want to have a class that holds some information like a path and some environment variables (unix). Problem is that I only want to read the environment variables and the path (from a text file) only once when the class is instantiated (or by calling a method once) and I want to have access to these values from every other class I use for the application I am writing.
Can this be done with static... hm... what... class, method, varibale?
Cheers
frag
patrick.metz@epost.de
I want to have a class that holds some information like a path and some environment variables (unix). Problem is that I only want to read the environment variables and the path (from a text file) only once when the class is instantiated (or by calling a method once) and I want to have access to these values from every other class I use for the application I am writing.
Can this be done with static... hm... what... class, method, varibale?
Cheers
frag
patrick.metz@epost.de