Difference between revisions of "Team2/Running your Programs"
Line 2: | Line 2: | ||
*To run "LabExercise2", right click the java file, scroll down to "Run As" and then click on "Java Application" | *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" | + | *Only classes with a main method 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 | *[http://zenit.senecac.on.ca/wiki/index.php/Team2/Debugging_your_Programs Click here] to progress to the next tutorial |
Latest revision as of 23:17, 2 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 method can be executed as a "Java Application"
- Click here to progress to the next tutorial