Description
The environment variables utilities use a command line invocation of 'env' to get the environment variables due to the fact that java 1.4 did not have a System.getEnvironment call.
This is no longer the best solution (and is suspected of causing some errors).