Return to Lesson

Platform-Specific Details: Compiling a Java Source File Using the JDK

UNIX:
    javac HelloWorldApp.java
DOS shell (Windows 95/NT):
    javac HelloWorldApp.java
Mac OS:
Drag the HelloWorldApp.java file icon onto the Java Compiler icon.

Return to Lesson