Return to Lesson

Platform-Specific Details: Interpreting a Java Source File

UNIX:
java HelloWorldApp
DOS shell (Windows 95/NT):
java HelloWorldApp
Note: The argument to the Java interpreter is the name of the class, not the name of a file.
Return to Lesson