I'm confused why it is not creating a folder named cert and storing Beverage.class file out there.
Instead it is creating Beverage.class at the e:\ itself.
"javac -d . Beverage.java" will do the same but use the current folder. Piyush Joshi's solution will always but the cert folder directly in the E: drive's root.