Difference between revisions of "Team2/Running your Programs"

From CDOT Wiki
Jump to: navigation, search
(Created page with '=Guide Line=')
 
Line 1: Line 1:
 
=Guide Line=
 
=Guide Line=
 +
*To run "LabExercise2", right click the java file, scroll down to "Run As" and then click on "Java Application"
 +
 +
*Only classes with a main can be executed as a "Java Application"
 +
 +
*[http://zenit.senecac.on.ca/wiki/index.php/Team2/Debugging_your_Programs Click here] to progress to the next tutorial

Revision as of 00:17, 3 February 2011

Guide Line

  • To run "LabExercise2", right click the java file, scroll down to "Run As" and then click on "Java Application"
  • Only classes with a main can be executed as a "Java Application"