The CLASSPATH variable points to the Java class files.
SET CLASSPATH=Classfile1;Classfile2;Classfile3;
Parameters:
Classfile can be any Java class file with full path , any relative path , or any full path .