Hello World in Java 1. Compile the program Execute: $ cd src $ javac Helloworld.java The Helloworld.class will be created. 2. Run the program Execute: $ java Helloworld Hello World Java!