The purpose of this blog is to collect my knowledge on software development.
Tuesday, May 16, 2017
Note: Windows environmental variables
I ran into this problem today:
My JAVA_HOME environmental variable was defined on the user level, but I wanted to use it in Path on the system level. Well, this just does not work.
I had to define JAVA_HOME on the system level, to be able to include %JAVA_HOME%\bin in the Path.
No comments:
Post a Comment