2 ways to List environment variables in command line windows
February 28, 2022 · 2 min read
Environment variables are used to store the folder or file path with variable names. Setting environment variables is required when installing java, tomcat, or derby applications. The commands will not run as expected if environment variables are not set. It’s difficult for a developer to tell whether environment variables are set or not from a command line in Windows. This article explains different ways to print Windows environment variables from a command line....