The title of this reply is the name of a classic comedy routine. In short, you are doing nothing wrong. The longer version is given a full depth treatment in the classic comedy routine:
Who's on First? by Abbott and Costello
This is one point where I disagree with 'do not do people's homework' - but be aware you are not going to do anything in six days - other than getting a compile. I have noted from experience that the error messages the compiler issues are far more telling, and in general you just take one and go read about it in a book...
Try as first thing, putting the entire project either in My Documents or a folder created in that folder, or some folder listed in Documents and Settings - or a subfolder thereof. The next thing is one has to know where the Java stuff was installed by the installation routine. Do not put everything in the Java Virtual Machine directory, go make a directory somewhere else. Do a search for javac.exe from the shell. ( We will define the shell as anything the user can see or point at in the routine use of the computer - there are other definitions that are acceptable ) Do a 'create shortcut', then 'copy' on the shortcut that is created from the dropdown right-click and open notepad and see if it will paste anything. Sometimes this actually does something. Even if it does not you can do a properties on the shortcut that was created and get a properly constructed shortcut to the java compiler, on earlier versions you may be able to open the shortcut with notepad.
At that point, given XP or later, you can probably go to Control Panel / System / Advanced / Environment Variables / New ( I don't know if it's system or user ) and very, very carefully type CLASSPATH or whatever that is as the name and place the copied shortcut, minus a few characters:
C:\Program Files\Java\jdk1.5.0_12\bin\javac.exe
Clipping back to the"... \Java" ( do not use my sample, find yours on your own machine )
..... place the copied shortcut, minus a few characters in the value area that the control gives you. Also, you may try pasting the shortcut that was copied directly in the work folder, sometimes this works. It is supposed to work but often is not picked up by the shell. Read also the other post cited that has the link, I will go read it if you want.
Win will fix nothing, that's how they make their money. You will find that Java will do much more that VB
Post back with a clear, detailed record of what you tried. Do you have an editor?