Environment variables are divided into system and user variables. They contain information about the path and its directories for instance. Those are the location that Windows looks for when it can’t find a file in the same directory that an application was launched. Default system path variables are for instance the windows and system32 directory. While it normally poses no problem that a url is not found in one of the environment variables it could become one under certain circumstances.
Take for instance the location of the Java Runtime Environment on your system. If the path points to an old directory where it can’t be found anymore it will mean that the Java application cannot be launched. Other problems could arise with the temp directory in Windows or other applications that depend on a correct variable.
Rapid Environment Editor displays all environment variables and especially marks those with invalid path entries red. Every entry in the two panes (system and user variables) can be expanded which is really nice because it displays every entry of that variable in its own row.
continue reading "Edit Environment Variables and find invalid ones"