|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfable.jputenv.Putenv
public class Putenv
putenv method
Method Summary | |
---|---|
static void |
init()
Initialize the class. |
static int |
putenv(java.lang.String name,
java.lang.String value)
Set an environment variable using the native function `putenv' defined in POSIX and ANSI C. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void init()
public static int putenv(java.lang.String name, java.lang.String value)
name
- the name of an environment variable.value
- value of an environment variable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |