Getting environment variable value in java Getting environment variable value in java windows windows

Getting environment variable value in java


This code snippet should not return null in order for your problem to be resolved...

final String value = System.getenv("PE_CONF_PWD");