Hi,

I would like to get the value of some system environment variables, but can't get it using the java.lang.System class (method "public static String getProperty(String key)"). This class just allow me to get the command line parameters passed to the JVM.

How can I get the system environment variables?

Thanks for any suggestion.