1
I can't get any environment variables to work besides Java. Here's a picture to show what I mean:
Can anyone help out?
James
Posted 2011-09-23T00:48:06.310
Reputation: 13
3
Environment variables don't work like that.
To substitute the value of an environment variable, use %VariableName%. Thus, you can write `%CACHE%.
%VariableName%
java is working because java.exe is already in the system %PATH%.
java
java.exe
%PATH%
SLaks
Reputation: 7 596
Asked: 2011-09-23T00:48:06.310
Viewed: 408 times
Active: 2011-10-19T14:06:36.460