1

I would like to programatically add a folder for environment variable path for the machine in Java code.

(similar to using framework method SetEnvironmentVariable in C# Environment.SetEnvironmentVariable Method (String, String, EnvironmentVariableTarget))

I would like to know if java provides this facility or if there are java libraries which provide this.

Regards

Rajagopal

earthmover
  • 4,395
  • 10
  • 43
  • 74
user940282
  • 19
  • 3
  • Did you see http://docs.oracle.com/javase/7/docs/api/java/lang/System.html#setProperty%28java.lang.String,%20java.lang.String%29 ? – vikingsteve May 27 '14 at 07:25

0 Answers0