erik jansson
2014-10-11 16:04:16 UTC
Hello
I am beginner with Java and Netbeans 8.0 IDE
I have a standalone program with the following command :
String p2 = System.getenv("USERPARAMETER");
How I can set this system variable in Netbeans 8.0 IDE as if
USERPARAMETER variable was coming from command line ??
Many thanks
I am beginner with Java and Netbeans 8.0 IDE
I have a standalone program with the following command :
String p2 = System.getenv("USERPARAMETER");
How I can set this system variable in Netbeans 8.0 IDE as if
USERPARAMETER variable was coming from command line ??
Many thanks