Hi, all:
I am having difficulty getting OS environment variables inside a
J2EE app. For example, on Windows, the TEMP variable is defined as "C:\temp" -- you can see this by typing "set" on any command prompt window. I want to retrieve it from the
java code (running on an app server), but System.getProperties does not return it. What is the best way to get it?
Thanks,
Walter