I recently installed intellij IDEA 14.0 and to make sure everything was working I created a simple Hello World program. I do not understand why the output is not correct and why
The reason you're getting this error is because you didn't save the class into a file called Hello.java (case-sensitive!)
Hello.java