If I want to add the java \bin to my environment variable, can I do this from the command prompt using the SET command or is that just temporary?
Answer
That's just temporary for the current process' environment. There's setx if you'd like to make a more permanent change.
No comments:
Post a Comment