The Classpath tells the JRE where to find the .class files.
A typical Classpath variable is:
.;\c:\java\classes;
The '.' indicates the current directory.
To display a variety of settings and the Classpath, at the CMD prompt type SET.
If you wish, you can create an enviroments variable for yours.