P
pd
guys,
under linux, how can java access environment variables. currently i
have something like,
Properties envVars = new Properties();
Runtime r = Runtime.getRuntim();
Process p = null;
p = r.exec("env");
and this doesnt work. does anybody know how to get this to work.
thanks a lot.
under linux, how can java access environment variables. currently i
have something like,
Properties envVars = new Properties();
Runtime r = Runtime.getRuntim();
Process p = null;
p = r.exec("env");
and this doesnt work. does anybody know how to get this to work.
thanks a lot.