Implemented get and set environment variables for posix.

This commit is contained in:
Adam Murdoch
2013-02-16 11:15:05 +11:00
parent 01c4f26e97
commit fc23941f5c
7 changed files with 156 additions and 32 deletions

View File

@@ -16,6 +16,7 @@ These APIs support Java 5 and later. Some of these APIs overlap with APIs availa
* Get the PID of the current process.
* Get and set the process working directory.
* Get and set the process environment variables.
### Terminal and console