The correct syntax should be:
java -cp class_path start_class_package.start_class
where:
class_path is the path to the base folder of all the class files.
start_class_package is the package path...