Jan 10, 2001 #1 Donald Programmer Mar 13, 2000 15 CA System.getenv() is deprecated. How can I get at environment variables that don't appear on getProperties()?
System.getenv() is deprecated. How can I get at environment variables that don't appear on getProperties()?
Jan 10, 2001 #2 Otto Programmer Dec 31, 1998 224 HU See the "environment variables" thread in 13/05/1999, or search for "GetEnv". Bye, Otto. Upvote 0 Downvote
See the "environment variables" thread in 13/05/1999, or search for "GetEnv". Bye, Otto.
Jan 11, 2001 Thread starter #3 Donald Programmer Mar 13, 2000 15 CA I found out. I can exec(cmd /c set) and capture the output. Use env for unix. Upvote 0 Downvote