First off, thanks for the help! I certainly appreciate it!
I uninstalled anything related to Java/Oracle and reinstalled the 64 bit version of jdk1.6.0_23 because I'm running Windows 7 64 bit.
1. I put the path in as C:\Program Files\Java\jdk1.6.0_23\bin, deleted the JAVA_HOME variable I had created earlier, opened a new command prompt, and the javac -version command actually worked!
2. I tried opening a new command prompt prior to uninstalling JDK and it still didn't work unfortunately
3. After reinstalling, I can say with full confidence that I'm using the 64 bit version of jdk1.6.0_23
4. I've definitely got both installed, but this begs the question: Should I uninstall and reinstall the 32 bit version of JDK? If I'm using a 64 bit JDK, will the programs I create not work with the 32 bit version of JRE, or how does that work?
5. I reset all the environment variables the way they should be (with JAVA_HOME having the same path I used in PATH, and PATH having %JAVA_HOME%\bin) and the javac -version command stopped working again :/ Any idea why?
Grant