[Homepage] | [Next: Running a Program] | [Up: Editing, Compiling, & Running] | [Prev: Pico]

Compiling a Program

The command to compile a Java program is ``javac''. If you had a program called Hello.java, you could compile it using the command ``javac Hello.java''.


Ewerton L. Madruga
Modified by Kevin Klenk