The class is in a package. You need to specify the class's full name including the package name when you execute the class:
java <packagename>.<classname>
Also the classpath must be set to the...