Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getting environment variables

Status
Not open for further replies.

Donald

Programmer
Mar 13, 2000
15
CA
System.getenv() is deprecated. How can I get at environment variables that don't appear on getProperties()?
 
See the "environment variables" thread in 13/05/1999,
or search for "GetEnv".

Bye, Otto.
 
I found out. I can exec(cmd /c set) and capture the output. Use env for unix.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top