The following program is throwing error:
public class HelloWorld { public static void main(String args[]) { System.out.println(\"Hello World!\");
If your package is helloworld you would go to parent dir of your package then run:
helloworld
java helloworld.HelloWorld