C#,net设置系统环境变量路径,如java_home






























调用:设置方法:
tbjava_homepath.Text = GetEPath("java_home");
tbtomcat_homepath.Text = GetEPath("tomcat_home");
SetEPath("JAVA_HOME", this.tbjava_homepath.Text);
SetEPath("TOMCAT_HOME", this.tbtomcat_homepath.Text
声明:该文观点仅代表作者本人,牛骨文系教育信息发布平台,牛骨文仅提供信息存储空间服务。