Testing and fixing the JDK:

Having downloaded the Test.java file, and navigated to it using the command prompt, type the following, making sure you get exactly the right capitalisation (java is case-sensitive):

javac Test.java

If this works, you should see a blank line come back. Is this what you see?

Yes
No