Team1/Running your programs
Revision as of 16:49, 30 January 2011 by Ladanzahir (talk | contribs)
11. Running Your Program
11.1. Make sure that your project has a class that includes the main() method.
11.2. In the package explorer, select your project, right click and select "Run As", then choose "Java Application" (because we are creating an application not an applet).
11.3. As our sample application writes to console, the result of running this application is shown on the console view.