Environment Variables:
CLASSPATH - Points to the jar files(tools.jar,rt.jar etc) needed for the execution of the java application.
PATH -Points to the Java installation folder where java executable files (java,javac etc.) are found.
Significance of Environment Variables in Java :
Java can be run without setting the environment variables too.