I had same problem. The origin of the problem was the creation of text file in Notepad and renaming it as a java file. This implied that the file was saved as WorCount.java.txt file.
To solve this I had to save the file as java file in an IDE or in Nodepad++.