This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
environmental vars
- To: java at gcc dot gnu dot org
- Subject: environmental vars
- From: Florian Hoenig <hoenig at liwest dot at>
- Date: Thu, 18 Oct 2001 00:47:32 +0200
- Organization: private
How can I get OS's environmental variables from inside java ? System.getProperties() seems to hide a lot.
when running with 'java' you could make a shellscript wrapper which passed each var via -D option, but this is not what i want.
thanks