Get Environment Variables in Java
In Java 1.5, Sun had decided to undeprecate the getEnv() method that provides the functionality to get the value of an enviroment variable. In addition, Sun has added a new method that allows you to discover all of the enviroment variables that are defined. This tutorial walks you through using both the old and new methods.
Views: 597 | | by Nick
View this tutorial