Environment Variables Introduction
From SwinBrain
Environment variables provide a means for variable values to be passed into processes (programs). Environment variables are used to set things like the search path for executables, Java's classpath, CVS's external authentication process, etc.
Introduction: The material in this page aims to introduce important concepts rather than provide a detailed examination of the topic.
Links
- Read about how to set environment variables
- See environment variables on wikipedia