From what I can see, you are currently in the same directory as your .class file. Instead of running the class from here,
you should run it from the /classes directory, like this:
C:\MyProject\classes\>java com.wickedlysmart.CmdArgs
That is, assuming that the class includes a package statement at the beginning of the file: