Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
student:eclipse:help [2024/03/25 17:21] bernstdhstudent:eclipse:help [2024/03/25 17:24] (current) bernstdh
Line 303: Line 303:
 There are different kinds of run configurations, the two most important are configurations for Java Applications and configurations for JUnit tests. There are different kinds of run configurations, the two most important are configurations for Java Applications and configurations for JUnit tests.
  
-To create a run configuration, select the appropriate type and click on the [New launch configuration] button (that looks like a blank sheet with a + in the upper-right corner). Then, fill in the name and other relevant information.+To create a run configuration, select the appropriate type and click on the [New launch configuration] button (that looks like a blank sheet with a + in the upper-right corner). Then, fill in the name and other relevant information. For Java Applications, the most important information is entered on the "Main" tab. For JUnit tests, the most important information is entered on the "Test" tab.