Thanks for your reply ....!
But how could I make it persistent ???
Should I use Serialization?
Anyway one more thing ..why SUN failed to design System.setEnv?
I need this explain ..please!
Debasis Jana
Sun didn't fail in designing that method because, as I wrote before, you don't
need it; have a look at the
Runtime.exec( ... ) methods: you can pass it
an environment yourself so you don't have to pass it your own environment. It
simply isn't needed to alter your own environment.
kind regards,
Jos