We will use JDK 1.0.3.
Å Î Java Development Kit
javac hello.java #compile
Å Î file name
java hello #run
Å Î class name, for the class whose main you wish to run
Note: class name may, or may not, be same as file without extension