Java - general

finish reading environment variables

In the example the path-variable of the operating system is handed out:


String str = System.getenv("path");
System.out.prinln(str);