Jan 10, 2001 #1 Donald Programmer Joined Mar 13, 2000 Messages 15 Location 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 Joined Dec 31, 1998 Messages 224 Location 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 Joined Mar 13, 2000 Messages 15 Location CA I found out. I can exec(cmd /c set) and capture the output. Use env for unix. Upvote 0 Downvote