How do I access environment variables? -- 10.31.05
Created Oct 31, 2005
John Zukowski
Starting with JDK 1.5, the getenv() method of System finally returns an environment variable setting. In prior versions, this method was deprecated. You must have Runtime permission to see it.