I\'m trying to get the java command to work on my computer. Whenever I try to use it, I get the error \"\'java\' is not recognized as an internal or...\"
Wha
Have you checked your environment variables for Windows? When you installed the JDK/JRE the directory should have been added to the PATH variable. The directory added needs to contain the java.exe executable. It should be located in C:\Program Files\Java or something like that if you installed it using the default settings. Once you find that directory find the bin directory inside it.
In order to check that:
Also, if the JAVA_HOME variable isn't already set, this may be a good idea.