I'm trying to use the Java compiler command in Command Prompt ("javac") to compile my source code. The ("java") command works right but when I go to use the ("javac") command my Command Prompt tells me that it's not recognized as an internal or external command and I don't understand why because it was working earlier this evening. What's wrong here?
