Run your Application
Submitted by jeffheaton on Thu, 01/10/2008 - 03:51
If you have compiled without errors, now you are ready to run, or execute, your application. This is done by entering the command:
java HelloWorld
This will run your program and display “Hello World” as seen in Figure 2.23.
Figure 2.23: Run the Example

Congratulations! You have created and executed your first Java application.












