You need to compile both the classes in the same satatement like below
javac -cp "./*" DataSetProcessor.java Driver.java