Hey guys,
I began learning Java a few days ago and until now its been a blast. At first, I tried writing my code using notepad and then compiling it using the command prompt in windows. Unfortunately, this method gave me errors. Because of this, I switched to an IDE (integrated development environment) named Eclipse. The application is awesome but I still prefer to learn how to compile using the old-fashion way

Can anyone tell me the proper steps to compiling my code using the command prompt?
P.S.: I've already downloaded the JDK Update 6.