Check the CLASSPATH variable and make sure that "." is part of theclasspath.Also make sure that the java being run is from the appropriate JDK(i.e., if the class uses 1.4 features, make sure it is being run withthe java from the JDK 1.4).