An environment variable has been set in windows machine (windows 7) and trying to get the value of the variable from the following java code. However, it returns a null valu
This code snippet should not return null in order for your problem to be resolved...
final String value = System.getenv("PE_CONF_PWD");