Great! If you type dir you should see a new file Test.class, which is the version of the Test file the computer can run. We'll now run this file.

At the prompt, making sure you get exactly the right capitalisation (java is case-sensitive), type:

java Test

If this works, you should see the message 'Test run fine' come back. Is this what you see?

Yes
No