|
|
Problems with Environment Variables
If you have already set the desired environment variable as described here and the program still gives an error message, then consider carefully what that message means. Environment variable is not set Environment variable set to non-existent directory Environment variable is not properly set
Environment variable is not set If the error message states that the environment variable is not set, IT MEANS PRECISELY THAT ! The most likely reason is that your spelling of the variable name is WRONG. To check which environment variables are set, do the following (works for all versions of Windows):
Environment variable set to non-existent directory For environment variables (like WINGXDIR) which point to a directory, it is vital that the directory(folder) actually exists. Again, check spelling carefully as described above.
Environment variable is not properly set For environment variables (like PGFONT) which point to a file, it is vital that the file actually exists. Again, check spelling carefully as described above, and check also that the file is actually located where you think it is.
Louis J. FarrugiaDepartment of Chemistry, Joseph Black Building,University Of Glasgow, Glasgow G12 8QQ Telephone +44 (0)141 330 5137 FAX +44 (0)141 330 4888 E-mail louis@chem.gla.ac.uk Back to FAQ page |