first the HelloWorld needs to be in file of same name, you have Helloword.java should be HelloWorld.java
once you have renamed it, type at the prompt


d:\mywork>javac HelloWorld.java

Java is...