Difference between revisions of "Team1/Running your programs"

From CDOT Wiki
Jump to: navigation, search
Line 3: Line 3:
 
[[Image:Run1.jpg|400px ]]<br/><br/>
 
[[Image:Run1.jpg|400px ]]<br/><br/>
 
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).<br/>
 
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).<br/>
[[Image:Run2.jpg|700px ]]<br/><br/>
+
[[Image:Run2.jpg|600px ]]<br/><br/>

Revision as of 17:40, 30 January 2011

11. Running Your Program

11.1. Make sure that your project has a class that includes the main() method.
Run1.jpg

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).
Run2.jpg