I want to know about the symbol % that is written while setting the classpath or while setting the path for the jdk in command prompt in windows.
E.X.
set classpath=%classpath% ;.;
or
set path=%path% ;.;C:\Program Files\Java\jdk1.7.0_01
I want to know about %path% and %classpath%
What do they mean and what is the special % symbol about?