Re: how to access Windows Environment variable using java?
Christopher De Vries <[email protected]>
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Apr 22, 2005 at 04:32:59PM +0530, Prasad kadbane wrote:
> I need to access windows environment variable "windir"
> which contains windows directory. Does any body knows how to access
> via java code..
System.getenv("windir") will access the windir environment variable.
Chris
===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff RMI-USERS". For general help, send email to
[email protected] and include in the body of the message "help".
For a list of frequently asked RMI questions please refer to:
http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html
To view past RMI-USERS postings, please see:
http://archives.java.sun.com/archives/rmi-users.html