Just started learning some Java today, I downloaded the Java SE and Netbeans COBundle(JDK 5.0u22 and NB 6.7.1) and wrote this program in notepad.
I saved it as HelloJava.java, then opened command prompt and typed, C:\> javac HelloJava.java, to create the bytecode binary class file...I then received an error message stating 'javac' is not recognized as an internal or external command, operable program or batch file.
Not sure what I'm doing wrong here.
Any help would be greatly appreciated.