Return to Lesson
DOS shell (Windows 95/NT):java HelloWorldApp
Note: For the UNIX and Windows 95/NT JDK, the argument to the Java interpreter is the name of the class to run, not the name of a file. Be sure to capitalize the class name exactly as shown above. MacOS:java HelloWorldApp
Double-click the HelloWorldApp.class
file icon.
Return to Lesson